> I don't think you need to do anything. But you probaly want > to do this: > - remove $CATALINA/common/lib/jasper-compiler.jar > - in $CATALINA/conf/web.xml - comment out boht jasper/jsp references > > If you don't use precompiled jsp's > - remove $CATALINA/common/lib/jasper-runtime.jar > > You might not need $CATALINA/common/lib/ant.jar either. (I > don't know if anything other than jasper depends on it) > > [ On second thought, you might need to edit setclasspath.bat > (or sh) to remove the javac check. ]
I'll certainly need to do the last bit, and I'll also (for the sake of completeness) remove the reference to tools.jar on the classpath. Great. I know I tried to do this with Tomcat 3.3, and I couldn't for the life of me get it to not require the Jasper jar files on the system... Jon --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
