1

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

quanta
  • 50,327
  • 19
  • 152
  • 213
Jason Rae
  • 141
  • 1
  • 2
  • 8

1 Answers1

2

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

Jason Rae
  • 141
  • 1
  • 2
  • 8