marcsaeg    01/10/26 07:01:10

  Modified:    src/etc  Tag: tomcat_32 server.xml
  Log:
  Adds Jdk12Interceptor.  It is currently commented out.
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.29.2.12 +7 -1      jakarta-tomcat/src/etc/server.xml
  
  Index: server.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat/src/etc/server.xml,v
  retrieving revision 1.29.2.11
  retrieving revision 1.29.2.12
  diff -u -r1.29.2.11 -r1.29.2.12
  --- server.xml        2001/07/15 23:09:31     1.29.2.11
  +++ server.xml        2001/10/26 14:01:10     1.29.2.12
  @@ -125,7 +125,13 @@
           <ContextInterceptor 
               className="org.apache.tomcat.context.WorkDirInterceptor" />
   
  -        <!-- Request processing -->
  +     <!--  Uncomment if you are using JDK1.2 or higher.  
  +              Insures proper thread context class loader is in effect for servlet 
execution
  +     <ContextInterceptor 
  +            className="org.apache.tomcat.request.Jdk12Interceptor" />
  +     -->
  +
  +     <!-- Request processing -->
           <!-- Session interceptor will extract the session id from cookies and 
                deal with URL rewriting ( by fixing the URL ).  If you wish to
                suppress the use of cookies for session identifiers, change the
  
  
  


Reply via email to