Mr. Kesavanarrayayayayananananan

I assume you do not mean cache them on the browser. You can define a
<load-on-startup> tag in your deployment descriptor. From the other end you
can set a Header (setHeader(name, value) on the "Refresh" header name which
tells the browser to reload your page. OR you can get a faster computer and
have everyone access it by a multiplexed fiber optic connections. Oh, you
can look at the book "More Servlets and JavaServer Pages on 478-479 which
shows you how to use a compression filter (very impressive) to compress your
data (zip it) before it is sent. Most modern browsers will un-zip it for
you, so the processing is off loaded to the client. Personally I would
definitely go with the faster computer and fiber optic solution.

T. Kochanowicz




-----Original Message-----
From: A mailing list about Java Server Pages specification and reference
[mailto:[EMAIL PROTECTED]]On Behalf Of Kesavanarayanan, Ramesh
(Cognizant)
Sent: Monday, August 26, 2002 11:47 PM
To: [EMAIL PROTECTED]
Subject: caching images


Hi all,

 In my website i have so many images and so it takes time for me to load all
the images each and every time from the server. Is there a way i can cache
these images so that it saves lot of time for me????


Regards

Ramesh Kesavanarayanan
 *   [EMAIL PROTECTED]

===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST DIGEST".
Some relevant FAQs on JSP/Servlets can be found at:

 http://archives.java.sun.com/jsp-interest.html
 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.jsp
 http://www.jguru.com/faq/index.jsp
 http://www.jspinsider.com

Reply via email to