My webMethods Server 10.1 | My webMethods Server Webhelp | Document Conventions | Startup and Configuration | Modifying Configuration Files | Configuring JVM Settings for My webMethods Server | Additional JVM Parameters | Configuring the Axis HTTP Client
 
Configuring the Axis HTTP Client
Making multiple concurrent SOAP requests from a portlet in My webMethods Server to a web service in Integration Server might result in longer response times, or request timeouts. In such cases, you can modify the connection settings of the built-in Axis client for My webMethods Server, by including the following additional parameters in the custom_wrapper.conf file:
Parameter
Description
axisclient.DefaultMaxConnections
PerHost
The maximum number of concurrent connections to a service on a host.
The default value is 10.
axisclient.MaxTotalConnections
The maximum number of active connections for a single client instance.
The default value is 100.
For more information about modifying the custom_wrapper.conf file, see The Java Service Wrapper.