users@glassfish.java.net

Re: Glassfish v2g on Mac 10.5 Leopard

From: <glassfish_at_javadesktop.org>
Date: Thu, 15 Nov 2007 15:07:47 PST

The host address is picked up from domain.xml..(see below for the exact entry )... 0.0.0.0 is interpreted as all IPs on that machine will be bound to.

Try changing the IP address to 127.0.0.1 or localhost

If that does not work, try an IP address that can be resolved from this machine outside of GlassFish (so if wireless address works, put that here and try)

        <!-- The JSR 160 "system-jmx-connector" -->
        <jmx-connector accept-all="false" address="0.0.0.0" auth-realm-name="admin-realm" enabled="true" name="system" port="8686" protocol="rmi_jrmp"
 security-enabled="false">
          <ssl cert-nickname="s1as" client-auth-enabled="false" ssl2-enabled="false" ssl3-enabled="true" tls-enabled="true" tls-rollback-enabled="true
"/>
          <property name="client-hostname" value="mymac"/>
        </jmx-connector>
        <!-- The JSR 160 "system-jmx-connector" -->
[Message sent by forum member 'ne110415' (ne110415)]

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