I have installed a application that runs use Tomcat. I can access the application fine on the local machine us
http://localhost:8080/appName/index.html but when I try to from a remote machine using
http://machinesIpAddress:8080/appName/index.html it will not connect. Is there a setting in Tomcat that I need to enable for this to happen. I have not experienced this problem before with any other application I have installed and ran using Tomcat