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