You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicemix.apache.org by ff...@apache.org on 2012/09/13 06:28:42 UTC

svn commit: r1384203 - /servicemix/components/trunk/bindings/servicemix-http/src/main/resources/OSGI-INF/blueprint/servicemix-http.xml

Author: ffang
Date: Thu Sep 13 04:28:42 2012
New Revision: 1384203

URL: http://svn.apache.org/viewvc?rev=1384203&view=rev
Log:
[SMXCOMP-946]can't install servicemix-http feature

Modified:
    servicemix/components/trunk/bindings/servicemix-http/src/main/resources/OSGI-INF/blueprint/servicemix-http.xml

Modified: servicemix/components/trunk/bindings/servicemix-http/src/main/resources/OSGI-INF/blueprint/servicemix-http.xml
URL: http://svn.apache.org/viewvc/servicemix/components/trunk/bindings/servicemix-http/src/main/resources/OSGI-INF/blueprint/servicemix-http.xml?rev=1384203&r1=1384202&r2=1384203&view=diff
==============================================================================
--- servicemix/components/trunk/bindings/servicemix-http/src/main/resources/OSGI-INF/blueprint/servicemix-http.xml (original)
+++ servicemix/components/trunk/bindings/servicemix-http/src/main/resources/OSGI-INF/blueprint/servicemix-http.xml Thu Sep 13 04:28:42 2012
@@ -109,7 +109,8 @@
 			<cm:property name="jettyThreadPoolSize" value="255"/>
 			<cm:property name="jettyManagement" value="false"/>
 			<cm:property name="maxConnectionsPerHost" value="65536"/>
-			<cm:property name="maxTotalConnections" value="65536"/>
+                        <cm:property name="maxConnectionsPerAddress" value="65536"/>
+                        <cm:property name="maxTotalConnections" value="65536"/>
 			<cm:property name="proxyHost" value=""/>
 			<cm:property name="proxyPort" value="0"/>
 			<cm:property name="retryCount" value="3"/>