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

Reply via email to