Does Tomcat cache pages it's executing?

2010-06-25 Thread Savoy, Melinda
I have some weird behavior going on, I think with my Tomcat 6.0.18 server in Eclipse. In my dynamic web project in Eclipse I had created a test index.jsp (TESTindex.jsp) page and had the original index.jsp page in the same web content folder. I was renaming these accordingly to TESTindex and

Re: Does Tomcat cache pages it's executing?

2010-06-25 Thread Pid
On 25/06/2010 15:03, Savoy, Melinda wrote: I have some weird behavior going on, I think with my Tomcat 6.0.18 server in Eclipse. In my dynamic web project in Eclipse I had created a test index.jsp (TESTindex.jsp) page and had the original index.jsp page in the same web content folder. I

Re: Does Tomcat cache pages it's executing?

2010-06-25 Thread David kerber
On 6/25/2010 10:03 AM, Savoy, Melinda wrote: I have some weird behavior going on, I think with my Tomcat 6.0.18 server in Eclipse. In my dynamic web project in Eclipse I had created a test index.jsp (TESTindex.jsp) page and had the original index.jsp page in the same web content folder. I

RE: Does Tomcat cache pages it's executing?

2010-06-25 Thread Savoy, Melinda
Thank you to David and Pid for the responses. It is very much appreciated. -Original Message- From: Pid [mailto:p...@pidster.com] Sent: Friday, June 25, 2010 9:24 AM To: Tomcat Users List Subject: Re: Does Tomcat cache pages it's executing? On 25/06/2010 15:03, Savoy, Melinda wrote: I

Re: Does Tomcat cache pages it's executing?

2010-06-25 Thread Konstantin Kolinko
2010/6/25 Pid p...@pidster.com: You could try opening the correct index.jsp and making a small edit and resaving it, the new timestamp might kick off an update of the generated class. That should be it. Tomcat recompiles a JSP only if its timestamp is newer than the one of the class file