From: markt Date: Sat, 22 Jul 2006 22:04:22 +0000 (+0000) Subject: Port fix for bug 40053. Correct app deployment doc with respect to shared lib and... X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=64eaf53474e50955439b27261c91a89ae23357f7;p=tomcat7.0 Port fix for bug 40053. Correct app deployment doc with respect to shared lib and CATALINA_BASE. git-svn-id: https://svn.apache.org/repos/asf/tomcat/tc6.0.x/trunk@424639 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/webapps/docs/appdev/deployment.xml b/webapps/docs/appdev/deployment.xml index 88024134d..0fc26281a 100644 --- a/webapps/docs/appdev/deployment.xml +++ b/webapps/docs/appdev/deployment.xml @@ -116,7 +116,7 @@ used within a Tomcat 5 installation for shared code:

good place to put JDBC drivers that are required for both your application and internal Tomcat use (such as for a JDBCRealm).

-
  • $CATALINA_HOME/shared/lib - JAR files placed here are +
  • $CATALINA_BASE/shared/lib - 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.