Re: IE 9 ignoring my custom error pages with 404 codes

2012-05-12 Thread Kiran Badi
Thanks Troy and Konstantin.Adding couple of HTML comments resolved the issue. On 5/13/2012 5:41 AM, Troy wrote: Kiran, I agree with Konstantin on this one. In my previous experiences with IE (not sure about IE9) it will 'hijack' custom 404 pages and display the default IE 404 page if your c

Re: IE 9 ignoring my custom error pages with 404 codes

2012-05-12 Thread Troy
Kiran, I agree with Konstantin on this one. In my previous experiences with IE (not sure about IE9) it will 'hijack' custom 404 pages and display the default IE 404 page if your custom page is insufficient in size. Increase your page size (in KBs) and see if that resolves your issue. Troy Par

Re: IE 9 ignoring my custom error pages with 404 codes

2012-05-12 Thread Konstantin Kolinko
2012/5/13 Kiran Badi : > Hi, > > I am trying to setup custom error page and has done below modification to > web.xml > > > 500 > /errorback.jsp > > > 404 > /errorback.jsp > > Then in errorback.jsp > > I wrote the default hello jsp page and triggered 404 condition to check if > setting are workin

IE 9 ignoring my custom error pages with 404 codes

2012-05-12 Thread Kiran Badi
Hi, I am trying to setup custom error page and has done below modification to web.xml 500 /errorback.jsp 404 /errorback.jsp Then in errorback.jsp I wrote the default hello jsp page and triggered 404 condition to check if setting are working fine,the above setting seems to be working fine

Re: org.apache.coyote.http11.AbstractHttp11Processor.process Error processing request

2012-05-12 Thread Konstantin Kolinko
2012/5/10 Jesse Farinacci : > > Given this insight, thank you, I don't think that this is the cause > for delay and I will investigate outside of Apache Tomcat for the root > cause. > Regarding your original issue of delays, it would be nice to get actual thread dumps from the moment when you expe

Re: org.apache.coyote.http11.AbstractHttp11Processor.process Error processing request

2012-05-12 Thread Konstantin Kolinko
2012/5/12 Mark Thomas : > On 12/05/2012 18:01, Konstantin Kolinko wrote: >> 2012/5/12 Jesse Farinacci : > >>> With the listeners all added, things are working as I expect. The >>> resource is served, no error is produced. I still think this is a bug >>> though.. if I open a new bug, will it be acce

Re: org.apache.coyote.http11.AbstractHttp11Processor.process Error processing request

2012-05-12 Thread Mark Thomas
On 12/05/2012 18:01, Konstantin Kolinko wrote: > 2012/5/12 Jesse Farinacci : >> With the listeners all added, things are working as I expect. The >> resource is served, no error is produced. I still think this is a bug >> though.. if I open a new bug, will it be accepted? >> > > I do not know. >

Re: org.apache.coyote.http11.AbstractHttp11Processor.process Error processing request

2012-05-12 Thread Konstantin Kolinko
2012/5/12 Jesse Farinacci : > Greetings, > > On Fri, May 11, 2012 at 8:47 PM, Konstantin Kolinko > wrote: >> I can easily reproduce this "zip file closed" issue in trunk with a >> simple jar containing Tomcat's icon in META-INF/resources/favicon.ico >> if I change configuration by removing JreMemo

Re: org.apache.coyote.http11.AbstractHttp11Processor.process Error processing request

2012-05-12 Thread Jesse Farinacci
Greetings, On Fri, May 11, 2012 at 8:47 PM, Konstantin Kolinko wrote: > I can easily reproduce this "zip file closed" issue in trunk with a > simple jar containing Tomcat's icon in META-INF/resources/favicon.ico > if I change configuration by removing JreMemoryLeakPreventionListener > from server