amyroh      01/03/22 09:50:34

  Modified:    webapps/examples/WEB-INF web.xml
  Log:
  Default not to log out debugging statements.
  
  Revision  Changes    Path
  1.13      +1 -1      jakarta-tomcat-4.0/webapps/examples/WEB-INF/web.xml
  
  Index: web.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-4.0/webapps/examples/WEB-INF/web.xml,v
  retrieving revision 1.12
  retrieving revision 1.13
  diff -u -r1.12 -r1.13
  --- web.xml   2001/03/22 02:34:45     1.12
  +++ web.xml   2001/03/22 17:50:30     1.13
  @@ -38,7 +38,7 @@
           </init-param>
           <init-param>
             <param-name>debug</param-name>
  -          <param-value>1</param-value>
  +          <param-value>0</param-value>
           </init-param>
       </filter>
   
  
  
  

Reply via email to