Hello,

     Check whether any running process is using that port or not. 

      If you are using jboss in unix, the following command will be helpful
 to find out the status of the port.

                      #netstat -na  | grep 1098
                                (or)
                       #netstat -a | grep 1098

If any process is using it, stop that process and restart the jboss.

Regards,
Visolve JBoss Team.

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

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


_______________________________________________
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to