> From: Peter Stavrinides [mailto:[EMAIL PROTECTED] > Subject: Configuring the manager application for Tomcat 6 > > Why is it that placing the library in $CATALINA_HOME/lib > just works? and the manager app knows how to find it > there.
The documentation in RUNNING.txt is incorrect for Tomcat 6. In particular, there is no $CATALINA_BASE/lib, as you can tell by looking in the conf/catalina.properties file. The common.loader is defined to use ${catalina.home}/lib. You might want to enable the shared.loader in conf/catalina.properties, targeting ${catalina.base}/lib, and put your JDBC driver there. Note that RUNNING.txt claims that *every* Tomcat directory can be under $CATALINA_BASE, which, of course, makes no sense, since that would leave nothing under $CATALINA_HOME. Looks like this file wasn't updated for the revised directory structure. - 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]