[jboss-user] [Installation, Configuration & Deployment] - Re: How to provide the bind address when running JBoss as a

PeterJ do-not-reply at jboss.com
Tue Dec 1 13:36:27 EST 2009


Edit the service.bat file and add the "-b" option to the command the runs the app server:

:cmdStart
  | . . .
  | call run.bat -b 0.0.0.0 < .r.lock >> run.log 2>&1
  | . . .
  | goto cmdEnd
  | 


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

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



More information about the jboss-user mailing list