[Solved] Image Caching in Tomcat

2006-06-20 Thread Mukta
Thanks Paz, My problem seems to be resolved :) Mukta. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Tuesday, June 20, 2006 11:41 AM To: Struts Users Mailing List Cc: Mukta Subject: Re: Image Caching in Tomcat Hello Mukta, I would nto advice to disable

Re: Image Caching in Tomcat

2006-06-19 Thread paz . periasamy
Hello Mukta, I would nto advice to disable the Image caching in Tomcat. Since this will affect the performance of the over all server. Moreover the Internet Browser also cahces the Images. Inorder to solve this problem completely, I used to follow a simple solution. Consider the Image tag is

Image Caching in Tomcat

2006-06-19 Thread Mukta
Hi All, I am developing a struts application using JDK version 1.5.0 and Apache Tomcat 5.5 I am using Struts FormFile to upload some images to replace the older ones but when I try to view them in my jsp, it still shows me the older images which have been replaced by the older ones. I have tried