[jboss-user] [Beginners Corner] - Re: jboss AS, jboss Web and php

jaikiran do-not-reply at jboss.com
Tue Dec 25 02:49:53 EST 2007


"nitm" wrote : oh, another question:
  | i used the service.bat that comes with the jboss-native to run the jboss AS as windows service.
  | this works great but only for local host.
  | i know that i should use the -b option when using run.bat (run -b 0.0.0.0) but i do i make it run as windows service like this?
  | 
  | thanks.

In the service.bat file edit the following

call run.bat >run.log

to 

call run.bat -b 0.0.0.0 >run.log

Restart your service after changing this file.

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4115401#4115401

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4115401



More information about the jboss-user mailing list