The Network Listeners page opens.
The Edit Network Listener page opens.
The listener can be enabled or disabled. This option is enabled by default. If the listener is disabled, any attempts to connect to the listener result in a socket exception (java.net.ConnectException).
This option is disabled by default.
The mod-jk protocol is a proprietary communication/network protocol between Apache's httpd (web server) and an GlassFish Server back-end instance. If the listener supports this protocol, httpd is supposed to handle all static content, whereas any requests for dynamic resources (i.e., Servlets and JSPs) are routed to the mod-jk enabled network listener of the GlassFish Server, using the mod-jk protocol. This option is disabled by default.
Legal values are 1 through 65535. On a UNIX system, creating sockets that listen on ports 1 through 1024 requires superuser privileges.
The address can be in dotted-pair or IPv6 notation. It can be any (for INADDR_ANY) to listen on all IP addresses. It can be a hostname.
Tip - To return to the default settings, click the Load Defaults button, then click Save.
You can use the SSL, HTTP, and File Cache tabs to edit the settings for the protocol associated with the network listener. The SSL tab is meaningful only if you enabled security for the network listener.