users@glassfish.java.net

Re: CAN I HELP ME WITH GLASSFISH CONECTION

From: <glassfish_at_javadesktop.org>
Date: Thu, 12 Mar 2009 13:35:43 PDT

Glassfish resolve hostnames, if you configured your glassfish installation with some hostname.domainname, then you need to map it to a static IP address.

You can do it with /etc/hosts and add a host alias
[code]
sudo ifconfig -a eth0 add 192.168.1.10 netmask 255.255.255.0
[/code]
[Message sent by forum member 'claudio' (claudio)]

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