philwilson.org

Compiling JSPWiki 2.0 with Tomcat 5

07 October, 2004

Specifically, that’s JSPWiki 2.0.52 and Tomcat 5.0.29, but who’s counting anyway?

The compilation instructions for JSPWiki confidently state that you should copy your servlet.jar from your $CATALINA_HOME/common/lib directory into either $JAVA_HOME/jre/lib/ext or to JSPWiki/lib.

Tomcat 5 doesn’t use servlet.jar any more, so the JARs you need to copy are $CATALINA_HOMEcommonlibjsp-api.jar and $CATALINA_HOMEcommonlibservlet-api.jar. I just dropped them into my JSPWiki/lib dir because I didn’t want them influencing any of my other Java apps, but putting them into $JAVA_HOME/jre/lib/ext should also work.

See other posts tagged with general and all posts made in October 2004.