JBoss usually binds its services to only one network interface.  You can check 
on which interface JBoss listens with: 
 (Linux) netstat -ant
 (Win32) netstat -an -p tcp

You should get something like:

 TCP    127.0.0.1:1098         0.0.0.0:0              LISTENING
 TCP    127.0.0.1:1099         0.0.0.0:0              LISTENING

which in this case means JBoss only listens on the local loopback interface but 
not on the public IP address of that machine.

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

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


-------------------------------------------------------
This SF.Net email is sponsored by the JBoss Inc.  Get Certified Today
Register for a JBoss Training Course.  Free Certification Exam
for All Training Attendees Through End of 2005. For more info visit:
http://ads.osdn.com/?ad_id=7628&alloc_id=16845&op=click
_______________________________________________
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to