SourceForge Logo

Tomcat Installation Notes

Tomcat XML library clashes:

If you are using Tomcat with JDK 1.4 and not using the LE-1.4 version of Tomcat, you should remove XPlanner's XML-related libraries under lib/jaxp before building the war file. Otherwise, there may be clashes with Tomcat's XML parsing libraries.

Tomcat file upload library clashes:

Some versions of Tomcat include a commons-fileupload-1.0-beta-1.jar in the server/lib directory. This will clash with the non-beta file upload jar in XPlanner. Either remove the Tomcat file upload jar or replace it with the version in XPlanners lib directory (if other web apps need the file upload capability).

Importing tomcat-users.xml from XPlanner 0.4:

There is a build.xml Ant target called import.tomcat.users that can be used to import the users defined in the tomcat-users.xml file. You must edit the path in the target to your tomcat location. The importer will set passwords if not already set and will add roles for users. If you need to import users from other sources, you can create a file using the tomcat-users.xml format and import it.