Hi,

according to the Servlet2.2 spec, all jar files stored under WEB-INF/lib
are used by the class loader to load classes from.

I am using Tomcat3.0, and in my application this doesn't work. I have a
JDBC driver jar file stored there, but whenever I try to load the Driver
with Class.forName(), I get an error message.

If I explicitly include the file in my CLASSPATH, everything works fine.
And - as also described in the spec - the class loader does find classes
which are stored under WEB-INF/classes

thx
Heiko

===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
FAQs on JSP can be found at:
 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html

Reply via email to