Thursday, May 6, 2010

Tomcat setup to only listen on localhost (for use with Apache Mod_Proxy)

server.xml changes:

< Connector port="8080" protocol="HTTP/1.1" connectionTimeout="20000" redirectPort="8443"

address="127.0.0.1"/ >


Note the "address" section....

No comments:

Post a Comment