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
