Tomcat – Can only connect to Apache Tomcat with localhost

localhosttomcatwindows-server-2008-r2

I can access my web application by going to http://localhost:8080/webapp, however, I cannot access it by using my local IP address. As far as I know, I am using default configuration options.

This is also on Windows Server 2008 R2 and there is no firewall currently running.

Thanks.

Here is a link to the server.xml file: http://codeviewer.org/view/code:1dad

Best Answer

I added address="[IP ADDRESS HERE]" within the connector tag in the server.xml file, and it now works properly.