Return-Path: Delivered-To: apmail-tomcat-dev-archive@www.apache.org Received: (qmail 27227 invoked from network); 22 Jul 2006 22:04:28 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 22 Jul 2006 22:04:28 -0000 Received: (qmail 79538 invoked by uid 500); 22 Jul 2006 22:04:26 -0000 Delivered-To: apmail-tomcat-dev-archive@tomcat.apache.org Received: (qmail 79484 invoked by uid 500); 22 Jul 2006 22:04:26 -0000 Mailing-List: contact dev-help@tomcat.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "Tomcat Developers List" Delivered-To: mailing list dev@tomcat.apache.org Received: (qmail 79473 invoked by uid 500); 22 Jul 2006 22:04:25 -0000 Delivered-To: apmail-jakarta-tomcat-dev@jakarta.apache.org Received: (qmail 79470 invoked by uid 99); 22 Jul 2006 22:04:25 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 22 Jul 2006 15:04:25 -0700 X-ASF-Spam-Status: No, hits=-9.4 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: local policy) Received: from [140.211.166.113] (HELO eris.apache.org) (140.211.166.113) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 22 Jul 2006 15:04:25 -0700 Received: by eris.apache.org (Postfix, from userid 65534) id 4A3C21A981A; Sat, 22 Jul 2006 15:04:05 -0700 (PDT) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r424638 - in /tomcat/container/tc5.5.x/webapps/docs: appdev/deployment.xml changelog.xml Date: Sat, 22 Jul 2006 22:04:04 -0000 To: tomcat-dev@jakarta.apache.org From: markt@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20060722220405.4A3C21A981A@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N 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).

-
  • $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.

  • 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 @@ 39689: Allow single quotes (') and backticks (`) as well as double quotes (") to be used to delimit SSI attribute values. (markt) + + 40053: Correct application deployment documentation so it + agrees with the classloader documentation regarding shared lib and + CATALINA_BASE. (markt) + --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org For additional commands, e-mail: dev-help@tomcat.apache.org