Re: Removing the default server error pages

2005-06-15 Thread Bernard
Hi Rob, I have the same problem as you have. I can tell you what I did but it is not as good as I want it to be. Maybe others will help us with a better solution. So I wrote SilentErrorValve.java. This is insufficient because one has to have a response otherwise (in my case with apache httpd amd

Removing the default server error pages

2005-06-15 Thread Robert Clarkson
Hi there, I am using tomcat 5.5 as an RTSP server, and I need to send response codes back, but I do not need to send any HTML response back. I know that I can change the response page that is returned by editing web.xml and adding the following 404 /index.html But what I need is to pr