[jboss-user] [Installation, Configuration & Deployment] - Re: Having a problem with jboss-4.2

tsar_bomba do-not-reply at jboss.com
Fri May 18 16:14:23 EDT 2007


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



More information about the jboss-user mailing list