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.
Solution:
Add the ..\bin\tomcat7.exe to the Windows exception list. Everything works fine.
1. Go to Windows Start --> Control Panel
2. Open windows firewall
3. Click on "Allow a program or feature through windows firewall" in the left menu
4. Add tomcat7.exe to the exception list and click ok.
5. Restart tomcat and now you can access tomcat from other machines
I start Tomcat7 using Eclipse java IDE and I had to disable the Windows 7 firewall rules blocking "program files\java\jre\javaw.exe" for both TCP and UDP. Then my other PC could access the web server.