Author: erwan
Date: Sat Apr 21 08:21:41 2012
New Revision: 1328608
URL:
http://svn.apache.org/viewvc?rev=1328608&view=revLog:
reverting as asked on dev mailing-list. Not a bug fix, but an improvement which should not go in release branch
Modified:
ofbiz/branches/release10.04/framework/base/config/test-containers.xml
Modified: ofbiz/branches/release10.04/framework/base/config/test-containers.xml
URL:
http://svn.apache.org/viewvc/ofbiz/branches/release10.04/framework/base/config/test-containers.xml?rev=1328608&r1=1328607&r2=1328608&view=diff==============================================================================
--- ofbiz/branches/release10.04/framework/base/config/test-containers.xml (original)
+++ ofbiz/branches/release10.04/framework/base/config/test-containers.xml Sat Apr 21 08:21:41 2012
@@ -31,14 +31,14 @@ under the License.
<!-- load the naming (JNDI) server -->
<container name="naming-container" class="org.ofbiz.base.container.NamingServiceContainer">
- <property name="port" value="1100"/>
+ <property name="port" value="1099"/>
</container>
<!-- RMI Service Dispatcher -->
<container name="rmi-dispatcher" class="org.ofbiz.service.rmi.RmiServiceContainer">
<property name="bound-name" value="RMIDispatcher"/>
<property name="bound-host" value="127.0.0.1"/>
- <property name="bound-port" value="1100"/>
+ <property name="bound-port" value="1099"/>
<property name="delegator-name" value="test"/>
<property name="client-factory" value="org.ofbiz.service.rmi.socket.ssl.SSLClientSocketFactory"/>
<property name="server-factory" value="org.ofbiz.service.rmi.socket.ssl.SSLServerSocketFactory"/>
@@ -127,7 +127,7 @@ under the License.
<property name="maxSpareThreads" value="50"/>
<property name="maxThreads" value="200"/>
<property name="minSpareThreads" value="4"/>
- <property name="port" value="8010"/>
+ <property name="port" value="8009"/>
<property name="tcpNoDelay" value="true"/>
<property name="soTimeout" value="60000"/>
<property name="tomcatAuthentication" value="true"/>
@@ -162,7 +162,7 @@ under the License.
<property name="maxThreads" value="100"/>
<property name="minSpareThreads" value="4"/>
<property name="noCompressionUserAgents" value=""/>
- <property name="port" value="8081"/>
+ <property name="port" value="8080"/>
<property name="restrictedUserAgents" value=""/>
<property name="server" value=""/>
<property name="socketBuffer" value="9000"/>
@@ -200,7 +200,7 @@ under the License.
<property name="maxThreads" value="100"/>
<property name="minSpareThreads" value="4"/>
<property name="noCompressionUserAgents" value=""/>
- <property name="port" value="8444"/>
+ <property name="port" value="8443"/>
<property name="restrictedUserAgents" value=""/>
<property name="server" value=""/>
<property name="socketBuffer" value="9000"/>