remm        2003/06/15 06:12:44

  Modified:    catalina/src/conf web.xml
  Log:
  - Comment out the invoker servlet declaration in addition to its mapping.
  
  Revision  Changes    Path
  1.18      +2 -0      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.17
  retrieving revision 1.18
  diff -u -r1.17 -r1.18
  --- web.xml   8 Jun 2003 18:18:56 -0000       1.17
  +++ web.xml   15 Jun 2003 13:12:44 -0000      1.18
  @@ -70,6 +70,7 @@
     <!--   debug               Debugging detail level for messages logged     -->
     <!--                       by this servlet.  [0]                          -->
   
  +<!--
       <servlet>
           <servlet-name>invoker</servlet-name>
           <servlet-class>
  @@ -81,6 +82,7 @@
           </init-param>
           <load-on-startup>2</load-on-startup>
       </servlet>
  +-->
   
   
     <!-- The JSP page compiler and execution servlet, which is the mechanism  -->
  
  
  

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

Reply via email to