In the console log, a few lines before the "Started in xxx seconds" message, there is an entry that looks like:
11:35:20,462 INFO [Http11Protocol] Starting Coyote HTTP/1.1 on http-127.0.0.1-8080 The IP address in that entry is the one actually bound to. >From my reading of the code (a couple of weeks ago, so I might be >misremembering this), the -b and jboss.bind.address both set >jboss.bind.address, with the last one on the command line winning. In >addition, the -b option also sets a few other things. I would recommend not >using -Djboss.bind.address on the command line because of that, but stick to >just -b. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4159386#4159386 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4159386 _______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
