> From: Paul ANDERSON [mailto:[EMAIL PROTECTED] > Subject: Tomcat 6 classloading - problem loading DB drivers > for JNDI-listed Datasources with cross-context portlet invocations > > The driver JAR was in <SERVER>/lib.
What do you mean by <SERVER>/lib? If you mean, $CATALINA_HOME/server/lib, that's incorrect for Tomcat 6, which uses a simplified classloader hierarchy. Any jars that must be visible to both Tomcat internals and webapps must go into $CATALINA_HOME/lib: http://tomcat.apache.org/tomcat-6.0-doc/class-loader-howto.html - Chuck THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY MATERIAL and is thus for use only by the intended recipient. If you received this in error, please contact the sender and delete the e-mail and its attachments from all computers. --------------------------------------------------------------------- To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]