I installed tomcat to win2003 server. When I start it by tomcat/bin/startup.bat, I can open my application in browser on the same computer with URL http://localhost:8080/app and from other computer in our LAN with URL http://SERVER_IP:8080/app But when I start tomcat as a windows service (installed by service.bat install service_name from tomcat/bin directory), my app is not available from other computers, only from the same computer by http://localhost:8080/app.
What should I do to solve this ?