amyroh      2002/09/12 00:02:17

  Modified:    catalina/src/conf tomcat-users.xml web.xml
  Log:
  Revert the mistake changes to conf files.  oops.
  
  Revision  Changes    Path
  1.5       +1 -1      jakarta-tomcat-catalina/catalina/src/conf/tomcat-users.xml
  
  Index: tomcat-users.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-catalina/catalina/src/conf/tomcat-users.xml,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- tomcat-users.xml  12 Sep 2002 06:44:25 -0000      1.4
  +++ tomcat-users.xml  12 Sep 2002 07:02:16 -0000      1.5
  @@ -4,7 +4,7 @@
     you must define such a user - the username and password are arbitrary.
   -->
   <tomcat-users>
  -  <user name="tomcat" password="tomcat" roles="tomcat,admin" />
  +  <user name="tomcat" password="tomcat" roles="tomcat" />
     <user name="role1"  password="tomcat" roles="role1"  />
     <user name="both"   password="tomcat" roles="tomcat,role1" />
   </tomcat-users>
  
  
  
  1.4       +5 -4      jakarta-tomcat-catalina/catalina/src/conf/web.xml
  
  Index: web.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-catalina/catalina/src/conf/web.xml,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- web.xml   12 Sep 2002 06:44:25 -0000      1.3
  +++ web.xml   12 Sep 2002 07:02:16 -0000      1.4
  @@ -226,7 +226,7 @@
     <!--            $CATALINA_HOME/server/lib/servlets-cgi.renametojar file   -->
     <!--            to $CATALINA_HOME/server/lib/servlets-cgi.jar             -->
   
  -
  +<!--
       <servlet>
           <servlet-name>cgi</servlet-name>
           <servlet-class>org.apache.catalina.servlets.CGIServlet</servlet-class>
  @@ -244,7 +244,7 @@
           </init-param>
            <load-on-startup>5</load-on-startup>
       </servlet>
  -
  +-->
   
   
     <!-- ================ Built In Servlet Mappings ========================= -->
  @@ -287,12 +287,13 @@
   -->
   
       <!-- The mapping for the CGI Gateway servlet -->
  -
  +    
  +<!--
       <servlet-mapping>
           <servlet-name>cgi</servlet-name>
           <url-pattern>/cgi-bin/*</url-pattern>
       </servlet-mapping>
  -
  +-->
   
   
     <!-- ==================== Default Session Configuration ================= -->
  
  
  

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

Reply via email to