I’ve managed to setup jboss as windows service found this article http://www.jboss.org/jbossweb/install/service.html
When I try it localhost:8080/ it works, but when I try to access it from another computer I can’t open it.
When I’m setuping jboss in eclipse I usually pass argument -b 0.0.0.0 and it works from outside, how can I do it for this windows service? thank you
I have done this in the past by specifying the argument explicitly in the service.bat file.
You should see where the call to run.bat is made in the service.bat file, and at that point you can add the -b 0.0.0.0 argument