users@glassfish.java.net

Re: Why doesn't V3 http-listener address work correctly?

From: Jeanfrancois Arcand <Jeanfrancois.Arcand_at_Sun.COM>
Date: Tue, 31 Mar 2009 15:56:26 -0400

Salut,

file an issue here:

https://glassfish.dev.java.net/issues

which build are you using? Looks like the configuration value is not
propagated.

Thanks

-- Jeanfrancois

glassfish_at_javadesktop.org wrote:
> GF V3 - setting IP address for listener - doesn't work...
>
> Fresh Solaris Sparc 10/08 install.
> Fresh Glassfish V3 install.
> Nothing else running.
>
> Install creates (domain.xml):
> address="0.0.0.0" port="80" id="http-listener-1"
> address="0.0.0.0" port="8181" id="http-listener-2"
> address="0.0.0.0" port="4848" id="admin-listener"
>
> - start domain1
> - netstat -a reports. listening on all IPs...
> *.80
> *.8181
> *.4848
>
> - stop domain1
> - edit domain.xml, change all 0.0.0.0 -> 192.118.30.21
> - start domain1
> netstat -a reports STILL listening on all IPs...
> *.80
> *.8181
> *.4848
>
> HOW does ANYONE use this as an Enterprise server - if you can't configure 2 domains with...
> domain1 - listen 192.118.30.21:80
> domain2 - listen 192.118.30.41:80
>
>
> I have thirteen different IP's all listening on port :80 under Glassfish V2 - but after spending 2 days on GF V3 - I can't support multiple IP's listening on port 80
>
> Please - HELP - this is a show-stopper.
>
> Is there a work-around ??
>
> Thx,
> Dan
> [Message sent by forum member 'htsguru' (htsguru)]
>
> http://forums.java.net/jive/thread.jspa?messageID=339921
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe_at_glassfish.dev.java.net
> For additional commands, e-mail: users-help_at_glassfish.dev.java.net
>