users@glassfish.java.net

Re: JMS listening address

From: Danilo Levantesi <danilo.levantesi_at_gmail.com>
Date: Wed, 16 Jul 2008 15:50:37 +0200

I was using the default, that is EMBEDDED. I switched to LOCAL, but it still
persist to listen to 0.0.0.0

# netstat -a -n -p |grep 7676

tcp 0 0 0.0.0.0:7676 0.0.0.0:*
LISTEN 25887/java

tcp 0 0 10.10.10.10:36414 10.10.10.10:7676
TIME_WAIT -

Many thanks
Danilo

Il Wednesday 16 July 2008 15:33:51 Manfred Riem ha scritto:
> Are you using the EMBEDDED or LOCAL configuration?
>
> -----Original Message-----
> From: Danilo Levantesi [mailto:danilo.levantesi_at_gmail.com]
> Sent: Wednesday, July 16, 2008 7:29 AM
> To: users_at_glassfish.dev.java.net
> Subject: JMS listening address
>
> Hi to all.
>
> I'd like to change the listening address of Glassfish (v2ur2) of JMS
> service,
> from default 0.0.0.0 (all interfaces) to a specific address (e.g.
> 10.10.10.10).
>
> In domains/mydomain/domain.xml I changed, inside the <jms-host> tag, the
> host value from "somehost.somedomain" to "10.10.10.10", but when I start
> the
>
> domain I still have Glassfish listening on 0.0.0.0:7676.
>
> I obtain the same behaviour configuring JMS from admin web interface.
>
> Am I missing some steps?
>
> Many thanks,
> Danilo
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe_at_glassfish.dev.java.net
> For additional commands, e-mail: users-help_at_glassfish.dev.java.net
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe_at_glassfish.dev.java.net
> For additional commands, e-mail: users-help_at_glassfish.dev.java.net