Ad

Monday 25 January 2010

To make webapplication or any administered objects deployed in jboss accessable from remote client

By default Jboss always listens to localhost.Hence we cannot access the application or any administered objects deployed in Jboss remotely.To enable the access remotely pass the argument like below while starting the server:

run.bat -b 0.0.0.0

Note:
If you added the server to the eclipse,alternatively do the following steps to enable the remote access:
(1)Double click the jboss server in the server window to open the server settings
window.
(2)Click the open launch configuration link in the server settings window
(3)Navigate to arguments tabs and in the program arguments enter -b 0.0.0.0

No comments:

Post a Comment