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 2006/07/23 00:04:22 UTC

svn commit: r424639 - /tomcat/tc6.0.x/trunk/webapps/docs/appdev/deployment.xml

Author: markt
Date: Sat Jul 22 15:04:22 2006
New Revision: 424639

URL: http://svn.apache.org/viewvc?rev=424639&view=rev
Log:
Port fix for bug 40053. Correct app deployment doc with respect to shared lib and CATALINA_BASE.

Modified:
    tomcat/tc6.0.x/trunk/webapps/docs/appdev/deployment.xml

Modified: tomcat/tc6.0.x/trunk/webapps/docs/appdev/deployment.xml
URL: http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/webapps/docs/appdev/deployment.xml?rev=424639&r1=424638&r2=424639&view=diff
==============================================================================
--- tomcat/tc6.0.x/trunk/webapps/docs/appdev/deployment.xml (original)
+++ tomcat/tc6.0.x/trunk/webapps/docs/appdev/deployment.xml Sat Jul 22 15:04:22 2006
@@ -116,7 +116,7 @@
     good place to put JDBC drivers that are required for both your application
     and internal Tomcat use (such as for a JDBCRealm).
     <br/><br/></li>
-<li><strong>$CATALINA_HOME/shared/lib</strong> - JAR files placed here are
+<li><strong>$CATALINA_BASE/shared/lib</strong> - JAR files placed here are
     visible to all web applications, but not to internal Tomcat code.  This
     is the right place for shared libraries that are specific to your
     application.<br/><br/></li>



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