Re: Why does Tomcat try to use the cache when compilation failed?

2010-02-19 Thread Eric Bauman
On 19/02/2010 08:15, Christopher Schultz wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Eric, On 2/18/2010 9:28 AM, Eric Bauman wrote: On 19/02/2010 01:25, Peter Crowther wrote: On 18 February 2010 14:14, Eric Bauman wrote: For some reason, it appears Tomcat is trying to hit its

Re: Why does Tomcat try to use the cache when compilation failed?

2010-02-18 Thread Eric Bauman
On 19/02/2010 01:25, Peter Crowther wrote: On 18 February 2010 14:14, Eric Bauman wrote: For some reason, it appears Tomcat is trying to hit its compilation cache when compilation failed. [Details elided] Which version of Tomcat's this on, Eric? - Peter Hi there, I'm us

Why does Tomcat try to use the cache when compilation failed?

2010-02-18 Thread Eric Bauman
Hi there, For some reason, it appears Tomcat is trying to hit its compilation cache when compilation failed. For example, if I create a JSP containing nothing but Hello, <%=world%>!, predictably, I get an error: org.apache.jasper.JasperException: Unable to compile class for JSP. Subsequent