remm 02/01/23 09:42:19
Modified: catalina/src/conf server.xml
Log:
- Enable the AJP 1.3 connector by default.
Revision Changes Path
1.52 +0 -2 jakarta-tomcat-4.0/catalina/src/conf/server.xml
Index: server.xml
===================================================================
RCS file: /home/cvs/jakarta-tomcat-4.0/catalina/src/conf/server.xml,v
retrieving revision 1.51
retrieving revision 1.52
diff -u -r1.51 -r1.52
--- server.xml 23 Jan 2002 01:23:57 -0000 1.51
+++ server.xml 23 Jan 2002 17:42:19 -0000 1.52
@@ -104,11 +104,9 @@
-->
<!-- Define an AJP 1.3 Connector on port 8009 -->
- <!--
<Connector className="org.apache.ajp.tomcat4.Ajp13Connector"
port="8009" minProcessors="5" maxProcessors="75"
acceptCount="10" debug="0"/>
- -->
<!-- Define a Proxied HTTP/1.1 Connector on port 8081 -->
<!-- See proxy documentation for more information about using this. -->
--
To unsubscribe, e-mail: <mailto:tomcat-dev-unsubscribe@jakarta.apache.org>
For additional commands, e-mail: <mailto:tomcat-dev-help@jakarta.apache.org>
|