It adds anything under lib/ to the classpath on Unix(Linux) when you start it with
the .sh shellscript, you must add it into the startup .bat file on NT explicitly. I
am using Tomcat3.1 on both NT and Linux, and have to change the tomcat.bat file on
NT for every new jar file in the lib directory. Please look into the bat-sh files
for details in the /bin directory. This is NOT a Tomcat3.1 problem imho, just luck
of not looking into the scripts and panicking a bit too early -).
"Craig R. McClanahan" wrote:
> Hunter Hillegas wrote:
>
> > I figured it out....
> >
> > It wasn't in my classpath because the Tomcat docs (and servlet API 2.2) say
> > that anything under lib/ is automatically added to the classpath...
> >
>
> That is not quite correct. Tomcat 3.1 automatically adds the following classes
> to the class path for your web application:
>
> * Unpacked classes in WEB-INF/classes.
>
> * Classes from JAR files (not ZIP files or unpacked classes)
> from WEB-INF/lib.
>
> Craig McClanahan
>
> ___________________________________________________________________________
> To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
> of the message "signoff SERVLET-INTEREST".
>
> Archives: http://archives.java.sun.com/archives/servlet-interest.html
> Resources: http://java.sun.com/products/servlet/external-resources.html
> LISTSERV Help: http://www.lsoft.com/manuals/user/user.html
___________________________________________________________________________
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff SERVLET-INTEREST".
Archives: http://archives.java.sun.com/archives/servlet-interest.html
Resources: http://java.sun.com/products/servlet/external-resources.html
LISTSERV Help: http://www.lsoft.com/manuals/user/user.html