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/06/09 05:18:17 UTC

cvs commit: jakarta-tomcat/src/etc prof-server.xml server.xml

costin      01/06/08 20:18:17

  Modified:    src/etc  prof-server.xml server.xml
  Log:
  Use the new package name for Ajp13.
  
  Revision  Changes    Path
  1.2       +1 -1      jakarta-tomcat/src/etc/prof-server.xml
  
  Index: prof-server.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat/src/etc/prof-server.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- prof-server.xml	2001/06/09 01:56:08	1.1
  +++ prof-server.xml	2001/06/09 03:18:17	1.2
  @@ -104,7 +104,7 @@
                "binds" to. Delete it if you want to "bind" to all interfaces.
             -->
           <RequestInterceptor 
  -         className="org.apache.tomcat.modules.server.Ajp13Interceptor"
  +         className="org.apache.ajp.tomcat33.Ajp13Interceptor"
            address="127.0.0.1"
            port="8009" />
   
  
  
  
  1.77      +1 -1      jakarta-tomcat/src/etc/server.xml
  
  Index: server.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat/src/etc/server.xml,v
  retrieving revision 1.76
  retrieving revision 1.77
  diff -u -r1.76 -r1.77
  --- server.xml	2001/05/26 18:07:59	1.76
  +++ server.xml	2001/06/09 03:18:17	1.77
  @@ -208,7 +208,7 @@
                "binds" to. Delete it if you want to "bind" to all interfaces.
             -->
           <RequestInterceptor 
  -         className="org.apache.tomcat.modules.server.Ajp13Interceptor"
  +         className="org.apache.ajp.tomcat33.Ajp13Interceptor"
            address="127.0.0.1"
            port="8009" />