Also, I noticed that you started the app server using "-b my-ip". If you do
that, you cannot use
http://localhost:8080 because the app server is not binding to
localhost. Instead, you must use
http://my-ip:8080.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4219163#...
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&a...