nacho       01/06/17 12:07:29

  Modified:    src/etc  server.xml
  Log:
  Oops, cleaning a bit of mess introduced.
  
  Revision  Changes    Path
  1.79      +6 -7      jakarta-tomcat/src/etc/server.xml
  
  Index: server.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat/src/etc/server.xml,v
  retrieving revision 1.78
  retrieving revision 1.79
  diff -u -r1.78 -r1.79
  --- server.xml        2001/06/17 19:04:03     1.78
  +++ server.xml        2001/06/17 19:07:28     1.79
  @@ -36,10 +36,7 @@
           <SessionIdGenerator randomClass="java.security.SecureRandom" 
                               randomFile="/dev/urandom" />
   
  -<!--        <RequestInterceptor 
className="org.apache.tomcat.modules.monitor.Monitor"/>
  --->
   
  -
           <!-- ========== context processing modules ========== -->
   
           <!-- This will be the "default" profile 
  @@ -56,7 +53,7 @@
                   path="logs/jasper-${yyyyMMdd}.log" 
                   verbosityLevel = "INFORMATION"  />
   
  -        <LoaderInterceptor11  useApplicationLoader="true" debug="99" />
  +        <LoaderInterceptor11  useApplicationLoader="true" />
   
           <WebXmlReader validate="true" />
   
  @@ -200,7 +197,9 @@
           <!-- Apache AJP12 support. This is also used to shut down tomcat.
                Parameter "address" defines network interface this Interceptor
                "binds" to. Delete it if you want to "bind" to all interfaces.
  -        address="127.0.0.1"
  +             
  +             address="127.0.0.1"
  +             
             -->
           <RequestInterceptor 
            className="org.apache.tomcat.modules.server.Ajp12Interceptor"
  @@ -209,8 +208,8 @@
   
           <!-- Apache AJP13 support (mod_jk)
                Parameter "address" defines network interface this Interceptor
  -             "binds" to. Delete it if you want to "bind" to all interfaces.
  -         address="127.0.0.1"
  +             "binds" to. Delete it if you want to "bind" to all interfaces.         
   
  +             address="127.0.0.1"
             -->
           <RequestInterceptor 
            className="org.apache.ajp.tomcat33.Ajp13Interceptor"
  
  
  

Reply via email to