errors pages in tomcat 4.1.12

2002-11-23 Thread Dionisio Ruiz de Zarate
Hello i want to make my own error pages for the common errorsa (500, 550, 404, 413 ...) how and where can i configure in tomcat this? thanks -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

Re: errors pages in tomcat 4.1.12

2002-11-23 Thread p niemandt
I have not done this myself yet, but as far as I know it should be defined like the welcome files are defined in your application web.xml There should be documents on this: scan the web. hth On Sat, 2002-11-23 at 23:07, Dionisio Ruiz de Zarate wrote: Hello i want to make my own error pages

Re: errors pages in tomcat 4.1.12

2002-11-23 Thread Joe Tomcat
On Sat, 2002-11-23 at 15:07, Dionisio Ruiz de Zarate wrote: Hello i want to make my own error pages for the common errorsa (500, 550, 404, 413 ...) how and where can i configure in tomcat this? Put this in WEB-INF/web.xml: error-page error-code404/error-code