This content has been marked as final. 
    
Show                 2 replies
    
- 
        1. Re: Jboss finds outdated IP (linux)haraldgliebe Jul 7, 2003 7:06 AM (in response to jbm4ever)The IP is obtained with 
 java.net.InetAddress.getByName().getHostAddress();
 and default for hostname is taken from
 java.net.InetAddress.getLocalHost().getHostName();
 Could you check if your /etc/hosts file contains any outdated entries?
 Regards,
 Harald
- 
        2. Re: Jboss finds outdated IP (linux)jbm4ever Jul 7, 2003 8:47 AM (in response to jbm4ever)Thank you 
 I had an old entry in the hosts file
 problem fixed
 
    