Hi,
In theory, X-Application 4.1 should run with JRun. However, it has not been tested with this servlet container, so if you have a choice, I suggest using Tomcat (or JBoss).
To use JRun, it has to be installed as described in their documentation.
In addition, you have to upgrading the xerces version use by JRun:
o Go to the directory jrun/lib/ext (or a similar directory, there might be differences betwenn JRun versions).
o Rename the file parser.jar to parser.old.
o Rename the file jaxp.jar to jaxp.old.
o Copy the file xapplication/prerequisites/lib/ext/xercesImpl.jar into the current directory and rename it to parser.jar, where xapplication is your Tamino X-Application installation directory.
o Copy the file xapplication/prerequisites/lib/ext/xml-apis.jar into the current directory and rename it to jaxp.jar.
To use JRun for an X-Application base web application, please create a war file as described in our documentation and deploy it into JRun as described in their documentation.
Michael
Software AG Germany, Darmstadt
#API-Management#Tamino#webMethods