tomcat shows intermittent error page and good page for jsp

2011-01-19 Thread M . H . G . Emmerig
Hello We have the following situation on tomcat 6.0.29 First we deploy a good jsp and tomcat shows it correctly. Then we introduce an intentional error in the jsp to test the error page we want to display. What happens is the application shows the error page, but when we refresh the page it

Re: tomcat shows intermittent error page and good page for jsp

2011-01-19 Thread Mark Thomas
On 19/01/2011 13:56, m.h.g.emme...@dnb.nl wrote: Hello We have the following situation on tomcat 6.0.29 First we deploy a good jsp and tomcat shows it correctly. Then we introduce an intentional error in the jsp to test the error page we want to display. What happens is the

Re: tomcat shows intermittent error page and good page for jsp

2011-01-19 Thread M . H . G . Emmerig
But if it is caching why does it first show the error page as it should? And then the previous version of the jsp again. Could it be that the original jsp is still in memory and gets replaced only when the new version is compiled correctly? Milko