Monday, January 10, 2011

jboss hosts

Use Case

Get JBoss to listen all IP addresses.

Solution

Start JBoss using command: run.bat -b 0.0.0.0. Note that this is easiest but not best way to go. If your server will have more than one network card, you will have to specify interface implicitly.

More information how to setup serveral hosts using JBoss can be found at:

http://community.jboss.org/wiki/VirtualHostswithJBossAS
http://docs.jboss.org/jbossas/guides/webguide/r2/en/html/ch07.html

No comments:

Post a Comment