Use following command to allow all the clients(Any IP) to access your Jboss server.
Open %JBOSS_HOME% /bin in command prompt and type
run --host -b 0.0.0.0
Another simple technique can be to create a batch file for this.
Open a text file, type following entry
@Echo off
call %JBOSS_HOME%/bin/run.bat --host 0.0.0.0
Save it as sameText.bat(Where ever you want) and click on it.
No comments:
Post a Comment