My webMethods Server 10.1 | My webMethods Server Webhelp | Document Conventions | 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 in the following element:
<entry key="service.address">IP_address</entry>
4. For each cluster node, bind the JCR server to the IP address as follows:
a. Go to the Software AG_directory \profiles\MWS_serverName\configuration directory and open the custom_wrapper.conf file.
b. Specify values for the following parameter:
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. For each cluster node, bind the JMX server to the IP address as follows :
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.