r1016 - xwiki/trunk/src/test/resources
Ludovic Dubost
ludovic at users.forge.objectweb.org
Thu Mar 30 02:54:19 CEST 2006
Author: ludovic
Date: 2006-03-30 02:54:14 +0200 (Thu, 30 Mar 2006)
New Revision: 1016
Modified:
xwiki/trunk/src/test/resources/server.xml
Log:
Right port for test tomcat
Modified: xwiki/trunk/src/test/resources/server.xml
===================================================================
--- xwiki/trunk/src/test/resources/server.xml 2006-03-30 00:30:25 UTC (rev 1015)
+++ xwiki/trunk/src/test/resources/server.xml 2006-03-30 00:54:14 UTC (rev 1016)
@@ -1,6 +1,6 @@
<Server port="9005" shutdown="SHUTDOWN" debug="0">
<Service name="Tomcat-Standalone">
- <Connector port="18080" minProcessors="5" maxProcessors="75"
+ <Connector port="9080" minProcessors="5" maxProcessors="75"
acceptCount="10" debug="0"/>
<Engine name="Standalone" defaultHost="localhost" debug="0">
<Realm className="org.apache.catalina.realm.MemoryRealm" />
More information about the Xwiki-notifications
mailing list