"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 _______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
