On Fri, 16 Mar 2001, Jeff Finley wrote:

> How do you add classes that Catalina will recognize in a Tomcat 4.01 beta standalone 
>configuration.  Catalina overrides the system classpath and I'm not seeing anywhere 
>in any of the server .xml files to add a dir for additional classes.  Thx.<br 
>clear=all><hr>Get your FREE download of MSN Explorer at <a 
>href="http://explorer.msn.com">http://explorer.msn.com</a><br></p>
> 

If you want the classes visible to all webapps, put them in a JAR file
under $TOMCAT_HOME/lib.  For a single web app, put them in either
WEB-INF/classes (unpacked) or WEB-INF/lib (in a JAR file) of your webapp.

Craig McClanahan


Reply via email to