/etc/hosts should contain:
127.0.0.1 localhost locahost.localdomian
| 192.168.0.1 the-name-of-your-pc
But the output looks good, notice the last message:
11:56:28,752 INFO [Server] JBoss (MX MicroKernel) [4.2.1.GA (build: SVNTag=JBoss_4_2_1_GA
date=200707131605)] Started in 51s:679ms
That means it is running. Also two lines up there is:
1:56:28,666 INFO [Http11Protocol] Starting Coyote HTTP/1.1 on http-127.0.0.1-8080
That is the IP address and port for HTTP.
Now open a browser and point it at
http://127.0.0.1:8080.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4096272#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...