RE: Tomcat 5.5.12 Refresh/Cache problem

2005-11-03 Thread Samit Paul
Thanks a lot guys. Certainly I misunderstood. Samit Paul -Original Message- From: MW Janssen [mailto:[EMAIL PROTECTED] Sent: Wednesday, November 02, 2005 2:51 AM To: 'Tomcat Users List' Subject: RE: Tomcat 5.5.12 Refresh/Cache problem that's what i

RE: Tomcat 5.5.12 Refresh/Cache problem

2005-11-01 Thread MW Janssen
that's what i meant. regards. -Oorspronkelijk bericht- Van: Stephan van Loendersloot [mailto:[EMAIL PROTECTED] Verzonden: woensdag 2 november 2005 4:39 Aan: Tomcat Users List Onderwerp: Re: Tomcat 5.5.12 Refresh/Cache problem Samit Paul wrote: > Arlene, > Thanks for the rep

Re: Tomcat 5.5.12 Refresh/Cache problem

2005-11-01 Thread Stephan van Loendersloot
Subject: RE: Tomcat 5.5.12 Refresh/Cache problem /** Turn on caching: expire in one hour * @param response The Http Response. */ public static void setHeadersCacheOn( HttpServletResponse response ){ java.util.Calendar expireDate = java.util.Calendar.getInstance(); expireDate.add

RE: Tomcat 5.5.12 Refresh/Cache problem

2005-11-01 Thread Samit Paul
PROTECTED] Sent: Monday, October 31, 2005 8:17 PM To: users@tomcat.apache.org Subject: Tomcat 5.5.12 Refresh/Cache problem Can somebody tell me what configuration parameter I need to set to get rid of page not refreshing. I have a png image a.png . When I browse from IE it shows me the image prope

RE: Tomcat 5.5.12 Refresh/Cache problem

2005-11-01 Thread Samit Paul
Users List' Subject: RE: Tomcat 5.5.12 Refresh/Cache problem is IE caching problem. To avoid caching of images in IE put an extra unique parameter behind the image source, i.e. the time in milliseconds. So the browser can never find it again in the cache. regards, maarten -Oorspronkelijk b

RE: Tomcat 5.5.12 Refresh/Cache problem

2005-11-01 Thread Arlene Milgram
Sent: Monday, October 31, 2005 8:17 PM To: users@tomcat.apache.org Subject: Tomcat 5.5.12 Refresh/Cache problem Can somebody tell me what configuration parameter I need to set to get rid of page not refreshing. I have a png image a.png . When I browse from IE it shows me the image properly. Now I put a diff

RE: Tomcat 5.5.12 Refresh/Cache problem

2005-10-31 Thread MW Janssen
] Verzonden: dinsdag 1 november 2005 2:17 Aan: users@tomcat.apache.org Onderwerp: Tomcat 5.5.12 Refresh/Cache problem Can somebody tell me what configuration parameter I need to set to get rid of page not refreshing. I have a png image a.png . When I browse from IE it shows me the image properly. Now I put

Tomcat 5.5.12 Refresh/Cache problem

2005-10-31 Thread Samit Paul
Can somebody tell me what configuration parameter I need to set to get rid of page not refreshing. I have a png image a.png . When I browse from IE it shows me the image properly. Now I put a different image but with the same name a.png. Event if I press the browser refresh button , it still does n