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 Jetty Listeners to Use IP Addresses
 
Configuring Jetty Listeners to Use IP Addresses
Jetty creates several listening ports on the My webMethods Server.
*Ports for HTTP and HTTPS
*Random socket acceptor ports for HTTP and HTTPS
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. Use this procedure to configure a specific IP address to the port used by the Jetty listeners.
Configuring the Jetty listening ports requires specifying the IP addresses in the custom_wrapper.conf configuration file.
*To configure specific IP addresses to be used by Jetty listeners
1. Open the custom_wrapper.conf configuration file for the server instance in a text editor.
2. Add the following 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.
3. Save the file and restart My webMethods Server.