> From: Andrew R Feller [mailto:[EMAIL PROTECTED] > Subject: RE: Tomcat DB2 JDBC issue > > Hrmmmm, the -cp command-line parameter will include the JARs within > Tomcat's System classloader, correct?
Slight terminology correction: strictly speaking, it's the JVM's system classloader, not Tomcat's. > it is not until the web application invokes the > initialize/login/commit methods The above is confusing me; why is the application fiddling around with the login modules? They're intended to be used by the container (Tomcat), not webapps. This apparent violation of the intent of the servlet spec would seem to be the cause of the log4j issues. - 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]