You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by ma...@apache.org on 2015/10/05 22:24:30 UTC

svn commit: r1706915 - /tomcat/trunk/webapps/docs/appdev/sample/index.html

Author: markt
Date: Mon Oct  5 20:24:29 2015
New Revision: 1706915

URL: http://svn.apache.org/viewvc?rev=1706915&view=rev
Log:
Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=58474

Modified:
    tomcat/trunk/webapps/docs/appdev/sample/index.html

Modified: tomcat/trunk/webapps/docs/appdev/sample/index.html
URL: http://svn.apache.org/viewvc/tomcat/trunk/webapps/docs/appdev/sample/index.html?rev=1706915&r1=1706914&r2=1706915&view=diff
==============================================================================
--- tomcat/trunk/webapps/docs/appdev/sample/index.html (original)
+++ tomcat/trunk/webapps/docs/appdev/sample/index.html Mon Oct  5 20:24:29 2015
@@ -30,10 +30,10 @@
       </p>
       <p>
         The easiest way to run this application is simply to move the war file
-        to your <b>CATALINA_HOME/webapps</b> directory. Tomcat will automatically
-        expand and deploy the application for you. You can view it with the
-        following URL (assuming that you're running tomcat on port 8080
-        as is the default):
+        to your <b>CATALINA_BASE/webapps</b> directory. A default Tomcat install
+        will automatically expand and deploy the application for you. You can
+        view it with the following URL (assuming that you're running tomcat on
+        port 8080 which is the default):
         <br />
         <a href="http://localhost:8080/sample">http://localhost:8080/sample</a>
       </p>
@@ -44,5 +44,12 @@
       <pre>
         jar -xvf sample.war
       </pre>
+      <p>
+         Note: <b>CATALINA_BASE</b> is usually the directory in which you
+         unpacked the Tomcat distribution. For more information on
+         <b>CATALINA_HOME</b>, <b>CATALINA_BASE</b> and the difference between
+         them see <b>RUNNING.txt</b> in the directory you unpacked your Tomcat
+         distribution.
+      </p>
 </body>
 </html>
\ No newline at end of file



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org