Author: markt Date: Sat Jul 22 15:04:04 2006 New Revision: 424638 URL: http://svn.apache.org/viewvc?rev=424638&view=rev Log: Fix bug 40053. Correct app deployment doc with respect to shared lib and CATALINA_BASE.
Modified: tomcat/container/tc5.5.x/webapps/docs/appdev/deployment.xml tomcat/container/tc5.5.x/webapps/docs/changelog.xml Modified: tomcat/container/tc5.5.x/webapps/docs/appdev/deployment.xml URL: http://svn.apache.org/viewvc/tomcat/container/tc5.5.x/webapps/docs/appdev/deployment.xml?rev=424638&r1=424637&r2=424638&view=diff ============================================================================== --- tomcat/container/tc5.5.x/webapps/docs/appdev/deployment.xml (original) +++ tomcat/container/tc5.5.x/webapps/docs/appdev/deployment.xml Sat Jul 22 15:04:04 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> Modified: tomcat/container/tc5.5.x/webapps/docs/changelog.xml URL: http://svn.apache.org/viewvc/tomcat/container/tc5.5.x/webapps/docs/changelog.xml?rev=424638&r1=424637&r2=424638&view=diff ============================================================================== --- tomcat/container/tc5.5.x/webapps/docs/changelog.xml (original) +++ tomcat/container/tc5.5.x/webapps/docs/changelog.xml Sat Jul 22 15:04:04 2006 @@ -64,6 +64,11 @@ <bug>39689</bug>: Allow single quotes (') and backticks (`) as well as double quotes (") to be used to delimit SSI attribute values. (markt) </fix> + <fix> + <bug>40053</bug>: Correct application deployment documentation so it + agrees with the classloader documentation regarding shared lib and + CATALINA_BASE. (markt) + </fix> </changelog> </subsection> <subsection name="Webapps"> --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]