RE: 4.1.31: RemoteAddrValve and custom 403 page

2005-10-25 Thread Mark Thomas
filter (a bit more work but portable and you can apply it at the web app level) Mark > -Original Message- > From: Robert Baruch [mailto:[EMAIL PROTECTED] > Sent: Monday, October 24, 2005 6:09 PM > To: users@tomcat.apache.org > Subject: 4.1.31: RemoteAddrValve and custom 4

4.1.31: RemoteAddrValve and custom 403 page

2005-10-24 Thread Robert Baruch
Hi all, I have a default install of 4.1.31 on Windows. I have two problems. First problem is, I want to have a custom 403 Forbidden page and a 404 Page Not Found. So, in conf/web.xml, I added this after the welcome-file-list block: 403 /file_not_found.jsp 404 /file_not_found.js