You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by co...@apache.org on 2001/12/20 01:16:53 UTC

cvs commit: jakarta-tomcat-connectors/jk interceptors.xml

costin      01/12/19 16:16:53

  Modified:    jk       interceptors.xml
  Log:
  Update to have both the old module and the new one.
  
  Revision  Changes    Path
  1.2       +4 -0      jakarta-tomcat-connectors/jk/interceptors.xml
  
  Index: interceptors.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-connectors/jk/interceptors.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- interceptors.xml	2001/10/26 21:19:34	1.1
  +++ interceptors.xml	2001/12/20 00:16:53	1.2
  @@ -5,8 +5,12 @@
   
         <module name="Ajp14" 
   	      javaClass="org.apache.ajp.tomcat33.Ajp14Interceptor" />
  +      <module name="Jk2" 
  +	      javaClass="org.apache.jk.server.tomcat33.Ajp14Interceptor" />
   
         <Ajp14 debug="10" port="8010" password="secret"/>
  +
  +      <Jk2 debug="10" port="8011" password="secret"/>
   
       </ContextManager>
   
  
  
  

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>