I've setup Tomcat 3.1 with Apache on my web server to serve JSP pages. It works well for Java Servlets and JSP pages. However, this is one issue: if the target JSP page does not exist, the server will send out a File Not Found Error 404 along with the DETAIL PATH, such as "File /usr/local/jakarta-tomcat/webapps/... Not found". How can I stop tomcat from spilling off its own detail file path on the server.