anonymous wrote : But when i browse to my localhost address,
You want to browse to the server, not to localhost. For example, if you ran JBoss AS on a
system whose hostname is server1, then you would use the URL
http://server1:8080. Also,
make sure you use the -b option to start the app server. See
https://www.jboss.org/community/wiki/JBoss42FAQ
Another possibility - just because you get the "started in xxx seconds" message
does not mean that everything went OK. If there are port conflict then there will be many
errors. To solve port conflicts see
https://www.jboss.org/community/wiki/DebugBindException and
http://www.jboss.org/community/wiki/AS5ServiceBindingManager
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4255790#...
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&a...