On Tuesday 09 November 2010, Ari King wrote: > Hi all, > > I have an httpd proxy in front of my tomcat servers/instances, and I'd > like to restrict access to those tomcat servers/instances to be > through the httpd proxy. This is in a lab settings so I'd prefer to > use tomcat configurations, rather than use something like a firewall. > Anyone have any suggestions on how I can accomplish this? Thanks. > > -Ari > > --------------------------------------------------------------------- > To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org > For additional commands, e-mail: users-h...@tomcat.apache.org
You could bind tomcat to localhost, and then although other processes (such as the httpd proxy) can reach tomcat, no other machines will be able to. David --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org