Author: thomas.diesler(a)jboss.com
Date: 2009-04-20 04:43:01 -0400 (Mon, 20 Apr 2009)
New Revision: 87557
Modified:
projects/jboss-osgi/trunk/build/hudson/apache-tomcat/conf/server.xml
Log:
Disable AJP/1.3
Modified: projects/jboss-osgi/trunk/build/hudson/apache-tomcat/conf/server.xml
===================================================================
--- projects/jboss-osgi/trunk/build/hudson/apache-tomcat/conf/server.xml 2009-04-20
08:15:00 UTC (rev 87556)
+++ projects/jboss-osgi/trunk/build/hudson/apache-tomcat/conf/server.xml 2009-04-20
08:43:01 UTC (rev 87557)
@@ -31,8 +31,9 @@
<Connector port="@hudson.http.port(a)" />
- <!-- This is here for compatibility only, not required -->
+ <!-- This is here for compatibility only, not required
<Connector port="8009" protocol="AJP/1.3" />
+ -->
<Engine name="Catalina" defaultHost="localhost">
<Realm className="org.apache.catalina.realm.UserDatabaseRealm"
resourceName="UserDatabase" />
Show replies by date