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

link|improve this question
Post your server.xml file. – quanta Aug 19 '11 at 15:15
I have edited my post with a link to my file. – Jason Aug 19 '11 at 15:24
possible duplicate of: serverfault.com/questions/299102/… – quanta Aug 19 '11 at 15:29
Followed the suggestions in that post, but still having same problem. – Jason Aug 19 '11 at 16:01
What is the output of netstat -nao | findstr :8080? – quanta Aug 19 '11 at 16:28
feedback

2 Answers

Check the config files of your webapp & also check iptables to see if the traffic is allowd.

link|improve this answer
I am running on Windows Server -- there is no firewall. Also, I cannot connect to the default Tomcat homepage either, so it is not an issue with the webapp. – Jason Aug 19 '11 at 15:29
feedback
up vote 0 down vote accepted

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

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.