Re: Hot redeploying a WAR - HTML is not refreshed

2008-08-14 Thread Johnny Kewl
- Original Message - From: Peter Desjardins [EMAIL PROTECTED] To: users@tomcat.apache.org Sent: Thursday, August 14, 2008 6:58 AM Subject: Hot redeploying a WAR - HTML is not refreshed Hi. I have a web application that consists of an online help system. It serves HTML content using

Re: Hot redeploying a WAR - HTML is not refreshed

2008-08-14 Thread Peter Desjardins
Thanks for the information. I know it is not the browser caching. I've tried both IE and Firefox, clearing all caches and refreshing. I did look more closely at what Tomcat is doing when it hot redeploys my WAR file. I'm using an unmodified copy of Tomcat to test this issue. So Tomcat deploys

Re: Hot redeploying a WAR - HTML is not refreshed

2008-08-14 Thread Johnny Kewl
- Original Message - From: Peter Desjardins [EMAIL PROTECTED] To: Tomcat Users List users@tomcat.apache.org Sent: Thursday, August 14, 2008 5:00 PM Subject: Re: Hot redeploying a WAR - HTML is not refreshed Thanks for the information. I know it is not the browser caching. I've

RE: Hot redeploying a WAR - HTML is not refreshed

2008-08-14 Thread Caldarale, Charles R
From: Peter Desjardins [mailto:[EMAIL PROTECTED] Subject: Re: Hot redeploying a WAR - HTML is not refreshed I did look more closely at what Tomcat is doing when it hot redeploys my WAR file. Exactly how are you accomplishing this hot redeployment? Does Tomcat really shut down

Re: Hot redeploying a WAR - HTML is not refreshed

2008-08-14 Thread Peter Desjardins
Those are excellent suggestions. Thanks. The other thing is that I cant actually recall ever seeing an HTML file in the work folder... I see stuff like... basic_002darithmetic_jsp.class basic_002darithmetic_jsp.java which is what it is used for... ie to hold the compiled JSP's... if you

Re: Hot redeploying a WAR - HTML is not refreshed

2008-08-14 Thread Johnny Kewl
- Original Message - From: Peter Desjardins [EMAIL PROTECTED] To: Tomcat Users List users@tomcat.apache.org Sent: Thursday, August 14, 2008 7:00 PM Subject: Re: Hot redeploying a WAR - HTML is not refreshed Those are excellent suggestions. Thanks. The other thing is that I cant

RE: Hot redeploying a WAR - HTML is not refreshed

2008-08-14 Thread Martin Gainty
: [EMAIL PROTECTED] To: users@tomcat.apache.org Subject: Re: Hot redeploying a WAR - HTML is not refreshed Date: Thu, 14 Aug 2008 20:01:52 +0200 - Original Message - From: Peter Desjardins [EMAIL PROTECTED] To: Tomcat Users List users@tomcat.apache.org Sent: Thursday, August 14, 2008 7

Re: Hot redeploying a WAR - HTML is not refreshed

2008-08-14 Thread Peter Desjardins
Exactly how are you accomplishing this hot redeployment? Does Tomcat really shut down the application and reload it? I copy the new version of the WAR file into C:\apache-tomcat-6.0.18\webapps\, overwriting the old copy. Here's the log: Aug 14, 2008 3:45:05 PM