[jboss-osgi-commits] JBoss-OSGI SVN: r87557 - projects/jboss-osgi/trunk/build/hudson/apache-tomcat/conf.

jboss-osgi-commits at lists.jboss.org jboss-osgi-commits at lists.jboss.org
Mon Apr 20 04:43:01 EDT 2009


Author: thomas.diesler at 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@" />
 
-    <!-- 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" />




More information about the jboss-osgi-commits mailing list