[jboss-user] [Beginners Corner] - Re: how to access a remote JBoss server

jaikiran do-not-reply at jboss.com
Fri Jun 15 17:55:38 EDT 2007


Great :) Then we know what the issue is. From the README of this version of JBoss:

anonymous wrote : JBossAS now binds its services to localhost (127.0.0.1) *by default*, instead of binding to all available interfaces (0.0.0.0). This was primarily done for security reasons because of concerns of users going to production without having secured their servers properly. To enable remote access by binding JBoss services to a particular interface, simply run jboss with the -b option, but be aware you still need to secure you server properly.

You can start JBoss using:

run -b dsi-dev10

or if you want to switch back to the behaviour of earlier versions just run

run -b 0.0.0.0



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

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



More information about the jboss-user mailing list