I have downloaded Tomcat 7 zip for 32 bit windows 7 machine. I have unzipped the package and created the windows service using ..\\bin\\service.bat. But when i start the servic
Another solution could be to install tomcat as a win service to make it available from outside.
If you have already install tomcat, then you can register it as service using below command.
service.bat install/remove [service_name] [/user username]
Both will solve the issue.