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 2001/10/13 21:25:29 UTC

cvs commit: jakarta-tomcat-4.0/catalina/src/conf server-noexamples.xml.config server.xml

remm        01/10/13 12:25:29

  Modified:    catalina/src/conf Tag: tomcat_40_branch
                        server-noexamples.xml.config server.xml
  Log:
  - Add the privileged manager context to the no-examples configuration.
  - Revert my latest patch commenting out the manager context. There is no
    reason why this would improve security.
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.2.2.4   +4 -0      jakarta-tomcat-4.0/catalina/src/conf/server-noexamples.xml.config
  
  Index: server-noexamples.xml.config
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-4.0/catalina/src/conf/server-noexamples.xml.config,v
  retrieving revision 1.2.2.3
  retrieving revision 1.2.2.4
  diff -u -r1.2.2.3 -r1.2.2.4
  --- server-noexamples.xml.config	2001/09/27 17:06:33	1.2.2.3
  +++ server-noexamples.xml.config	2001/10/13 19:25:29	1.2.2.4
  @@ -201,6 +201,10 @@
             <Context path="" docBase="ROOT" debug="0"/>
           -->
   
  +        <!-- Tomcat Manager Context -->
  +        <Context path="/manager" docBase="manager" 
  +         debug="0" privileged="true"/>
  +
         </Host>
   
       </Engine>
  
  
  
  1.29.2.9  +2 -5      jakarta-tomcat-4.0/catalina/src/conf/server.xml
  
  Index: server.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-4.0/catalina/src/conf/server.xml,v
  retrieving revision 1.29.2.8
  retrieving revision 1.29.2.9
  diff -u -r1.29.2.8 -r1.29.2.9
  --- server.xml	2001/10/13 19:07:27	1.29.2.8
  +++ server.xml	2001/10/13 19:25:29	1.29.2.9
  @@ -202,11 +202,8 @@
           -->
   
           <!-- Tomcat Manager Context -->
  -        <!-- To use the manager web application, uncomment this section -->
  -        <!--
  -          <Context path="/manager" docBase="manager" 
  -           debug="0" privileged="true"/>
  -        -->
  +        <Context path="/manager" docBase="manager" 
  +         debug="0" privileged="true"/>
   
           <!-- Tomcat Examples Context -->
           <Context path="/examples" docBase="examples" debug="0"