My webMethods Server 10.3 | My webMethods Server Webhelp | Administering My webMethods Server | Startup and Configuration | Modifying Configuration Files | Configuring HTTP Listeners to Use a Single IP Address | Configuring an IP Address for the JCR Repository RMI Server
 
Configuring an IP Address for the JCR Repository RMI Server
When using a Java Content Repository (JCR), the connection to the JCR is implemented using an RMI to communicate with My webMethods Server. The default JCR listener port is 10999.
If you have installed My webMethods Server on server hardware with multiple network interfaces, you can bind the HTTP listener ports to a single IP address.
In the custom_wrapper.conf file, specify a value 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.
For information on editing this file, see Configuring JVM Settings for My webMethods Server.