How do you set tomcat to accept connections from only one specific IP adress?
Location: http://www.jguru.com/faq/view.jsp?EID=505624 Created: Sep 27, 2001 Author: Bogdan Sheptunov (http://www.jguru.com/guru/viewbio.jsp?EID=310126) Question originally posed by Tatyana Soroko (http://www.jguru.com/guru/viewbio.jsp?EID=471778 There is no way. You should filter the IPs out at web server level. To do that, you should have Tomcat running as an in/out process container, (in other words, not as a standalone), where the web server receives all the requests and redirects some of them to Tomcat.