costin      02/04/09 12:43:27

  Modified:    src/etc  server.xml
  Log:
  Changed to CoyoteInterceptor2.  ( after we are comfortable with it, we'll
  rename it to CoyoteInterceptor )
  
  Added the commented out impl of Coyte-based jk.
  
  Revision  Changes    Path
  1.97      +8 -2      jakarta-tomcat/src/etc/server.xml
  
  Index: server.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat/src/etc/server.xml,v
  retrieving revision 1.96
  retrieving revision 1.97
  diff -u -r1.96 -r1.97
  --- server.xml        8 Apr 2002 02:16:40 -0000       1.96
  +++ server.xml        9 Apr 2002 19:43:27 -0000       1.97
  @@ -218,7 +218,7 @@
                  Http10Connector
         -->
           <!--
  -        <CoyoteConnector   port="8081" 
  +        <CoyoteConnector2   port="8081" 
                           secure="false"
                           maxThreads="100"
                           maxSpareThreads="50"
  @@ -262,10 +262,16 @@
                true is the default. 
                
                tomcatAuthentication="false"
  +          -->
                
  +        <Ajp13Connector port="8009" />
   
  +        <!-- Jk2 support using coyote. Uncomment and comment Ajp13Connector 
             -->
  -        <Ajp13Connector port="8009" />
  +        <!--
  +        <CoyoteConnector2 processorClassName="org.apache.jk.server.JkCoyoteHandler" 
  +                          port="8009" />
  +         -->
   
         <!-- 
              Context definitions can be placed here ( not recommended ) or 
  
  
  

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

Reply via email to