Howdy, >I'm wondering how I should do to make tomcat use the paths that are in >my CLASSPATH?
Put everything on your classpath (that's not already in tomcat's common/lib directory) in your webapp's /WEB-INF/lib directory. You may want to read: http://jakarta.apache.org/tomcat/tomcat-4.0-doc/class-loader-howto.html Yoav Shapira Millennium ChemInformatics -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
