remm        02/04/24 01:06:14

  Modified:    .        RUNNING.txt
  Log:
  - Document that the configuration needs to be modified to be able to run the
    admin and manager webapp with CATALINA_BASE.
  - Fixes bug 5166.
  
  Revision  Changes    Path
  1.5       +13 -1     jakarta-tomcat-4.0/RUNNING.txt
  
  Index: RUNNING.txt
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-4.0/RUNNING.txt,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- RUNNING.txt       26 Dec 2001 01:21:24 -0000      1.4
  +++ RUNNING.txt       24 Apr 2002 08:06:14 -0000      1.5
  @@ -1,4 +1,4 @@
  -$Id: RUNNING.txt,v 1.4 2001/12/26 01:21:24 glenn Exp $
  +$Id: RUNNING.txt,v 1.5 2002/04/24 08:06:14 remm Exp $
   
   
                  Running The Tomcat 4.0 Servlet/JSP Container
  @@ -126,6 +126,18 @@
   If you do not set CATALINA_BASE to an explicit value, it will be initialized
   to the same value as is set for CATALINA_HOME (which means that the same
   directory is used for all relative path resolutions).
  +
  +The administration and manager web applications, which are defined in the
  +$CATALINA_BASE/webapps/admin.xml and $CATALINA_BASE/webapps/manager.xml will
  +not run in that configuration, unless either:
  +- The path specified in the docBase attribute of the Context element is made 
  +  absolute, and replaced respectively by $CATALINA_HOME/server/webapps/admin 
  +  and $CATALINA_HOME/server/webapps/manager
  +- Copying and linking both web applications in $CATALINA_BASE, and modify 
  +  accordingly the path specified in the docBase attribute of the Context 
  +  element
  +- Disabling both web applications by removing $CATALINA_BASE/webapps/admin.xml
  +  and $CATALINA_BASE/webapps/manager.xml
   
   
   (5) Troubleshooting:
  
  
  

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to