You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by re...@apache.org on 2004/02/20 18:09:19 UTC

cvs commit: jakarta-tomcat-catalina/webapps/admin admin.xml

remm        2004/02/20 09:09:19

  Modified:    webapps/admin admin.xml
  Log:
  - Bug 27108: Use catalina.home in the docBase.
  
  Revision  Changes    Path
  1.3       +2 -2      jakarta-tomcat-catalina/webapps/admin/admin.xml
  
  Index: admin.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-catalina/webapps/admin/admin.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- admin.xml	23 Jul 2002 12:13:05 -0000	1.2
  +++ admin.xml	20 Feb 2004 17:09:19 -0000	1.3
  @@ -7,7 +7,7 @@
   -->
   
   
  -<Context path="/admin" docBase="../server/webapps/admin"
  +<Context path="/admin" docBase="${catalina.home}/server/webapps/admin"
           debug="0" privileged="true">
   
     <!-- Uncomment this Valve to limit access to the Admin app to localhost
  
  
  

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