[jboss-user] [JBoss Tools] - Re: Problem in configuring JBoss in Helios

Denis Golovin do-not-reply at jboss.com
Thu Sep 9 14:04:12 EDT 2010


Denis Golovin [http://community.jboss.org/people/dgolovin] created the discussion

"Re: Problem in configuring JBoss in Helios"

To view the discussion, visit: http://community.jboss.org/message/561151#561151

--------------------------------------------------------------
That's because you mounted remote jboss server and it is like your local server now. It starts on your local host. By default it uses "-b localhost" option to start and that makes it unreachable from other hosts. What you need to do are:
1. Go to Servers View and Open Server Configuration Editor (by double clicking/selecting server and pressing F3/selecting Open from context menu)
2. Change "Host name" field to 0.0.0.0 and save the editor
3. Restart server

Server will start with "-b 0.0.0.0" and that should make it accessible outside, you just have to provide right resolvable name or IP address along with port number if different from default one. Do not forget to check if your port is open on firewall.
--------------------------------------------------------------

Reply to this message by going to Community
[http://community.jboss.org/message/561151#561151]

Start a new discussion in JBoss Tools at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2128]

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.jboss.org/pipermail/jboss-user/attachments/20100909/f4484109/attachment.html 


More information about the jboss-user mailing list