Re: Viewing Web Resource Updates without Restarting Tomcat

2005-07-28 Thread Parsons Technical Services
What version are you running? Doug - Original Message - From: "Martyn George" <[EMAIL PROTECTED]> To: Sent: Wednesday, July 27, 2005 10:59 PM Subject: Viewing Web Resource Updates without Restarting Tomcat Currently, I wish to make minor changes to web pag

Re: Viewing Web Resource Updates without Restarting Tomcat

2005-07-28 Thread Martin Bromley
I wasn't aware of Tomcat doing any caching of JSP pages... could be wrong, but are you sure it's Tomcat doing the caching, not a browser or proxy server? You may want to look at the Expires, Cache-Control etc. headers that are being sent with your pages. You can clear the compiled classes in

Viewing Web Resource Updates without Restarting Tomcat

2005-07-27 Thread Martyn George
Currently, I wish to make minor changes to web pages, and the like, associated with a production application without restarting Tomcat, and with minimal impact to users. These changes can be made, but are not immediately observable due to caching. Is there any command that can be issued to Tomca