I setup a DNS server and it works perfectly.

But the client still connects to the old ip address for port 1098!!

For example, my hostname is serverA.domain.com
The test procedure:
1. I run the server using: ./run.sh -b serverA.domain.com
2. After server starts up. Ip changed. (e.g. from 111.111.111.111 to 
222.222.222.222)
3. I use "nslookup -sil serverA.domain.com" on both my server and client to 
check if the ip is valid. Both shows 222.222.222.222
4. I run EJB client.
5. On client, netstat -n shows the following:
222.222.222.222:1099 CLOSE_WAIT
111.111.111.111:1098 SYN_SENT 

JBoss returns the old IP address to the client not the hostname.

I thought JBoss would bind itself to the hostname only and not the IP address. 
It seems that it's not.

I'm very frustrated...
Please help me. Thanks a lot. 

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3894635#3894635

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3894635


-------------------------------------------------------
SF.Net email is sponsored by:
Tame your development challenges with Apache's Geronimo App Server. Download
it for free - -and be entered to win a 42" plasma tv or your very own
Sony(tm)PSP.  Click here to play: http://sourceforge.net/geronimo.php
_______________________________________________
JBoss-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to