This content has been marked as final.
Show 1 reply
-
1. Re: not able to access the servlet using IP address of the m
markstrecker Jul 26, 2007 8:02 PM (in response to venuwin)I assume you are using JBoss 4.2. They changed the default security to bind to 127.0.0.1(localhost) and it used to be global 0.0.0.0. You can get this same behavior by starting JBoss with -b 0.0.0.0. If you look in the readme.html in your JBoss distribution there is a link with info on how to secure JBoss once you bind to 0.0.0.0.