You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by hg...@apache.org on 2003/10/03 10:31:08 UTC

cvs commit: jakarta-tomcat/src/etc modules.xml

hgomez      2003/10/03 01:31:08

  Modified:    src/etc  modules.xml
  Log:
  Coyote is no more present in JTC HEAD, so disable it from modules list
  
  Revision  Changes    Path
  1.16      +4 -0      jakarta-tomcat/src/etc/modules.xml
  
  Index: modules.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat/src/etc/modules.xml,v
  retrieving revision 1.15
  retrieving revision 1.16
  diff -u -r1.15 -r1.16
  --- modules.xml	7 Jun 2002 06:43:47 -0000	1.15
  +++ modules.xml	3 Oct 2003 08:31:08 -0000	1.16
  @@ -21,7 +21,11 @@
   
   <module name="Http10Connector" javaClass="org.apache.tomcat.modules.server.Http10Interceptor"/>
   
  +<!-- No more present in JTC HEAD
  +
   <module name="CoyoteConnector" javaClass="org.apache.coyote.tomcat3.CoyoteInterceptor"/>
  +
  +-->
   
   <module name="CoyoteConnector2" javaClass="org.apache.coyote.tomcat3.CoyoteInterceptor2"/>
   
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-dev-help@jakarta.apache.org