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: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]