Usually security teams are concerned when server applications open ports that are
accessible from other PCs. With JBoss AS 4.2.x, it opens ports but binds to localhost.
Thus only users on the same desktop PC have access to the app server.
If you are running a 4.0.x version, you can always bind to localhost by running as:
./run.sh -b 127.0.0.1
If this issue of accessible ports is not what concerns the security team, I would be
interested in knowing what the issue is.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4095826#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...