Tomcat 4

I did some testing of X-Application with
Tomcat 4.0.1 and it seems to work.

Deploying a JSP application worked out of the
box, just copy the application directory into
tomcat/webapps.

To run the test cases with Tomcat 4.0.1, I had to
1. Add the appropriate context declarations to
tomcat/conf/server.xml:
Unlike Tomcat 3.3, Tomcat 4 does not read
tomcat/conf/apps-xapplication.xml, it’s
content has to copied into the server.xml
file
2. in xapplication/ncconfig/customtestlib.xml:
replace “tomcat.bat” by “catalina.bat”

I did not test the generator. I expect the GuiFrontend to have problems launching an
application within Tomcat 4.0, but the command-line version should work.


Michael

[This message was edited by Harald Wolf on 07 Dec 2001 at 13:42.]