[jboss-user] [Installation, Configuration & Deployment] - Re: Having a problem with jboss-4.2
PeterJ
do-not-reply at jboss.com
Mon May 14 21:01:27 EDT 2007
If you read the readme file (first bullet under Configuration Issues) or noted the console output during startup, such as:
17:57:49,046 INFO [Http11Protocol] Starting Coyote HTTP/1.1 on http-127.0.0.1-8080
you would know the 4.2 binds to localhost by default. If you want the 4.0.x behavior (which binds to all addresses), bind to 0.0.0.0:
run -b 0.0.0.0
or you can bind to a specific address.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4045630#4045630
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4045630
More information about the jboss-user
mailing list