My webMethods Server 10.5 | My webMethods Server Webhelp | Administering My webMethods Server | 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 additional parameters in the custom_wrapper.conf file.
The following table lists the custom JVM parameters that you use o configure the Axis client in My webMethods Server.
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.