users@glassfish.java.net

Re: Virtual Servers & Listeners

From: <glassfish_at_javadesktop.org>
Date: Sun, 09 Sep 2007 21:32:32 PDT

Listeners are unique to the port and IP combination.

So, for each IP address, each Listener must have a unique port.

For the special case of IP 0.0.0.0, then that's a wild card for "all IP addresses". In that case, a Listener configured on IP 0.0.0.0 will consume the port across ALL IP addresses on the machine.

If you find you want to work with multiple IPs on the same instance of GF, you'll need to disable the default Listeners as they listen on 0.0.0.0.
[Message sent by forum member 'whartung' (whartung)]

http://forums.java.net/jive/thread.jspa?messageID=234605