Actually, you can easily get your IP address by opening a commandp rompt and entering:
ipconfig /all The response shows the IP address assigned to each network connection. Look in the console log for a message that looks like this: 08:40:30,570 INFO [Http11AprProtocol] Starting Coyote HTTP/1.1 on http-0.0.0.0-8080 It should be a few lines before the "Started in xxx" line. The "Starting Coyote" line identifies the bind address (0.0.0.0 means it is bound to all IP address on the machine), and the port it has open. If you see this, then it should work and if it doesn't there is something about the configuration of your machine or network that is causing the problem. I suggest trying it on another machine, preferably on another network. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4120566#4120566 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4120566 _______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
