From 64eaf53474e50955439b27261c91a89ae23357f7 Mon Sep 17 00:00:00 2001
From: markt
Date: Sat, 22 Jul 2006 22:04:22 +0000
Subject: [PATCH] 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
---
webapps/docs/appdev/deployment.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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.
--
2.11.0