Re: Customizing Default Error page when Webapp stopped Or not loaded

2009-11-16 Thread Pid
On 16/11/2009 19:00, Konstantin Kolinko wrote: 2009/11/16 Arunkumar Janarthanan: Thank you very much for the info Konstantin, is this applicable to Tomcat 5.5.9 ? that is the version we are using. Sure, because this issue is an old one. I would even say that that is by design. Also, there mig

Re: Customizing Default Error page when Webapp stopped Or not loaded

2009-11-16 Thread Arunkumar Janarthanan
Hi Konstantin, Thank you very much,I will look for the fix or an alternate option to fix the issue. Once again many thanks. Cheers, Arun Janarthanan On Mon, Nov 16, 2009 at 2:00 PM, Konstantin Kolinko wrote: > 2009/11/16 Arunkumar Janarthanan : > > Thank you very much for the info Konstantin,

Re: Customizing Default Error page when Webapp stopped Or not loaded

2009-11-16 Thread Konstantin Kolinko
2009/11/16 Arunkumar Janarthanan : > Thank you very much for the info Konstantin, is this applicable to Tomcat > 5.5.9 ? that is the version we are using. Sure, because this issue is an old one. I would even say that that is by design. Also, there might be a lot of other issues in 5.5.9, as well

Re: Customizing Default Error page when Webapp stopped Or not loaded

2009-11-16 Thread Arunkumar Janarthanan
Thank you very much for the info Konstantin, is this applicable to Tomcat 5.5.9 ? that is the version we are using. However can we customize the class and make this internal error disappeared ? Please advice. On Sun, Nov 15, 2009 at 11:45 AM, Konstantin Kolinko wrote: > 2009/11/15 Arunkumar Ja

Re: Customizing Default Error page when Webapp stopped Or not loaded

2009-11-15 Thread Konstantin Kolinko
2009/11/15 Arunkumar Janarthanan : > I am having problem when thew webapp stopped or not loaded for some reason > tomcat shows the default error page though I have error page configured in > web.xml under application root. > > Do I have to modify "*org.apache.catalina.valves.ErrorDispatcherValve*"

Customizing Default Error page when Webapp stopped Or not loaded

2009-11-15 Thread Arunkumar Janarthanan
I am having problem when thew webapp stopped or not loaded for some reason tomcat shows the default error page though I have error page configured in web.xml under application root. Do I have to modify "*org.apache.catalina.valves.ErrorDispatcherValve*" class file ? Could anyone please advice if