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 org.apache.coyote.http11.Http1

RE: Hot redeploying a WAR - HTML is not refreshed

2008-08-14 Thread Martin Gainty
AIL 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

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" 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 t

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... >

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

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" 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 cachin

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: 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

Hot redeploying a WAR - HTML is not refreshed

2008-08-13 Thread Peter Desjardins
Hi. I have a web application that consists of an online help system. It serves HTML content using the Eclipse user assistance system. The usage I need to support is that the help system WAR is running in Tomcat, we repackage a new version of the WAR with updated content (only new HTML pages, no n