Very helpful, thanks! I use JavaService to run JBoss as a Windows service. For those of you who do that and want it bound to 0.0.0.0 on startup, add the following to your JavaService install string:
-params "-b 0.0.0.0" Here's an example: JavaService.exe -install JBoss-4.2.0.GA "C:\Progra~1\Java\jdk1.6.0\jre\bin\server\jvm.dll" -Djava.class.path="C:\Progra~1\Java\jdk1.6.0\lib\tools.jar;C:\jboss-4.2.0.GA\bin\run.jar" -start org.jboss.Main -params "-b 0.0.0.0" -stop org.jboss.Main -method systemExit -out "C:\jboss-4.2.0.GA\bin\stdout.log" -err "C:\jboss-4.2.0.GA\bin\stderr.log" -current "C:\jboss-4.2.0.GA\bin" -auto View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4046929#4046929 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4046929 _______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
