My webMethods Server 10.2 | 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. Perform the steps for only one server instance. When you save the changes to the My webMethods Server database, they take effect for all server instances.
a. Open a command prompt window in the Software AG_directory \MWS\bin directory and run the following command:
mws.{bat|sh} -s serverName getconfig jetty.xml
where serverName is the name of the My webMethods Server instance.
b. Go to the Software AG_directory \MWS\server\serverName\config directory and open the jetty.xml file in a text editor.
c. For each listener, remove the following element, if present:
<Set name="host"><Property name="jetty.host" /></Set>
Add the following element:
<Set name="host">IP_address</Set>
d. Save the changes to the My webMethods Server database by running the following command:
mws.{bat|sh} -s serverName putconfig jetty.xml
e. Go to the Software AG_directory \MWS\server\serverName\config directory and delete the jetty.xml 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.

Copyright © 2004-2018 | Software AG, Darmstadt, Germany and/or Software AG USA, Inc., Reston, VA, USA, and/or its subsidiaries and/or its affiliates and/or their licensors.
Innovation Release