You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by ma...@apache.org on 2009/09/03 16:48:36 UTC

svn commit: r810977 - /tomcat/trunk/RUNNING.txt

Author: markt
Date: Thu Sep  3 14:48:36 2009
New Revision: 810977

URL: http://svn.apache.org/viewvc?rev=810977&view=rev
Log:
Add a note about the classpath changes

Modified:
    tomcat/trunk/RUNNING.txt

Modified: tomcat/trunk/RUNNING.txt
URL: http://svn.apache.org/viewvc/tomcat/trunk/RUNNING.txt?rev=810977&r1=810976&r2=810977&view=diff
==============================================================================
--- tomcat/trunk/RUNNING.txt (original)
+++ tomcat/trunk/RUNNING.txt Thu Sep  3 14:48:36 2009
@@ -116,6 +116,11 @@
 
 * temp - Directory used by the JVM for temporary files (java.io.tmpdir)
 
+Note that by default Tomcat will first try to load classes and JARs from
+$CATALINA_BASE/lib and then $CATALINA_HOME/lib. You can place instance specific
+JARs and classes (eg JDBC drivers) in $CATALINA_BASE/lib whilst keeping the
+standard Tomcat JARs in $CATALINA_HOME/lib.  
+
 If you do not set $CATALINA_BASE, $CATALINA_BASE will default to the same value
 as $CATALINA_HOME, which means that the same directory is used for all relative
 path resolutions.



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org