My webMethods Server 10.5 | My webMethods Server Webhelp | Administering My webMethods Server | Startup and Configuration | Modifying Configuration Files | Configuring HTTP Listeners to Use a Single IP Address | Configuring My webMethods Server on Multi-Home Machines
 
Configuring My webMethods Server on Multi-Home Machines
If you are configuring My webMethods Server on multi-home machines, that is machines that have multiple network interfaces and IP addresses, use the following procedure to bind My webMethods Server listeners to a single IP address.
*To configure My webMethods Server on multi-home machines
1. Shut down My webMethods Server.
2. Bind the HTTP and HTTPS listeners to the IP address as described below. Perform the steps for each server instance.
a. Go to the Software AG_directory /profiles/MWS_instanceName/configuration directory, and open the custom_wrapper.conf file in a text editor.
b. Add the following custom JVM property:
wrapper.java.additional.nnn=-Djetty.host=IP_address
where nnn is the consecutive number of the JVM property, and IP_address is the IP address to bind the HTTP listener ports.
c. Save the custom_wrapper.conf file.
3. For each cluster node, go to the Software AG_directory /MWS/server/serverName/config/engine directory, open the GlueServiceRegistryProperties.xml file, and specify the IP address on the following element:
<entry key="service.address">IP_address</entry>
4. For each cluster node, bind the SOAP monitor and JCR servers to the IP address as follows:
a. Go to the Software AG_directory /profiles/MWS_serverName/configuration directory and open the wrapper.conf and custom_wrapper.conf files.
b. Specify values for the following parameters:
wrapper.java.additional.203=-Dsoap.monitor.bind.address=
 IP_address|host_name
where IP_address or host_name is the IP address or host name of the SOAP Monitor portlet listener.
wrapper.java.additional.204=-Dmws.jcr.rmi.bind.address=
 IP_address|host_name
where IP_address or host_name is the IP address or host name of the JCR repository RMI server listener.
5. The JMX server will not use the wrapper.conf directive to bind to an IP address, so you must specify the binding in the JMX connector properties file instead. For each cluster node, do the following:
a. Go to the Software AG_directory /profiles/MWS/serverName/configuration/com.softwareag.pl atform.config.propsloader directory and back up the com.softwareag.jmx.connector.pid-500number.properties file.
b. Open the file and add the following line:
host=IP_address
6. Restart My webMethods Server.