RE: Intercepting 404's !! PLEASE HELP

2001-02-07 Thread Dan Sojka
Title: Intercepting 404's !! PLEASE HELP Ok here is my stack trace...pretty ugly. Tomcat's output on the console shows the non-exsistant page repeatedly being called.. I can point my browser at the 404.jsp page. All it contains is this : <%@page language="java"%>

Re: Intercepting 404's !! PLEASE HELP

2001-02-07 Thread Kief Morris
Dan Sojka typed the following on 02:28 PM 2/6/2001 -0800 >I am trying to set up a custom error page to intercept Tomcat 404's >I have Apache intercepting static page 404's. > >I am using tomcat 3.2 final.. And I have searched all the archives and >found one common answer: > >in web.xml --> >

Intercepting 404's !! PLEASE HELP

2001-02-06 Thread Dan Sojka
Title: Intercepting 404's !! PLEASE HELP I am trying to set up a custom error page to intercept Tomcat 404's I have Apache intercepting static page 404's. I am using tomcat 3.2 final.. And I have searched all the archives and found one common answer: in web.xm