Hi all I have several of Tomcat servers Apache is forward to Tomcat by JK_MOD. Each Apache serves one instance of Tomcat I need to find a solution for Apache to forward ONLY requests of gages which are existing on Tomcat servers. If a user asks for not existing page on Tomcat the apache will not forward the request to Tomcat, and the Apache will reply 404 error (not the Tomcat). Any suggestions ?