Re: How do you get images to cache?

2005-05-09 Thread Donny R Rota
Thanks!  I was able to fix it by putting this in the 
Catalina/localhost/.xml files directly:

   

--
Don Rota, CTG Operations
Rational Software, IBM Software Group
20 Maguire Road, Lexington, MA 02421-3104 
Tel: 781 676 2655, Fax: 781 676 7645 
[EMAIL PROTECTED] 



Tim Funk <[EMAIL PROTECTED]> 
05/09/2005 02:05 PM
Please respond to
"Tomcat Users List"


To
Tomcat Users List 
cc

Subject
Re: How do you get images to cache?






Google search for various http headers to add to your response:
Expires, pragma, ...

You'll probably need a filter to  implement this.

-Tim


PAlvin wrote:

> Background: For my web pages, since they are dynamically generated, I
> want them NOT to be stored in browsers' caches.  No problem; I know 
> the tags 'n such to put in the pages so they don't cache.
> 
> BUT, for my images, I DO want the images to cache in the browser's 
> cache to make the pages load quicker and to save Internet traffic.
> 
> Question: How do I get the images to cache?


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




Re: How do you get images to cache?

2005-05-09 Thread Tim Funk
Google search for various http headers to add to your response:
Expires, pragma, ...
You'll probably need a filter to  implement this.
-Tim
PAlvin wrote:
Background: For my web pages, since they are dynamically generated, I
want them NOT to be stored in browsers' caches.  No problem; I know 
the tags 'n such to put in the pages so they don't cache.

BUT, for my images, I DO want the images to cache in the browser's 
cache to make the pages load quicker and to save Internet traffic.
 
Question: How do I get the images to cache?

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


How do you get images to cache?

2005-05-09 Thread PAlvin
Background: For my web pages, since they are dynamically generated, I
want them NOT to be stored in browsers' caches.  No problem; I know
the tags 'n such to put in the pages so they don't cache.

BUT, for my images, I DO want the images to cache in the browser's
cache to make the pages load quicker and to save Internet traffic.

Question: How do I get the images to cache?

Peter Alvin
mobile 719-210-3858
skype 'smartmicro'





-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]