cancel
Showing results for 
Search instead for 
Did you mean: 

Enabling static content caching in HTTP provider?

Former Member
0 Kudos

Hi!

I woul like to know if/how we can enable the Java AS to set appropriate cache headers to facitlitate browser caching of static resources like images, css sheets etc?

I know we can do this programmatically in our Java Servlet code (i.e with Servlet filter) but we would like to handle this in the web server as a web server is the central entry point for all requests (it shoubd be able to detect if e.g a .gif image is requested and then configuration wise setting a header that would a tell the browser to cache it).

Regards,

Christian

Accepted Solutions (0)

Answers (1)

Answers (1)

franz_hiltscher
Participant
0 Kudos

Hello Christian,

static content will cached in the icm. To Values can be configured in Java

https://cw.sdn.sap.com/cw/docs/DOC-100645

Parameter for the ICM are described here:

http://help.sap.com/saphelp_dm40/helpdata/en/61/f5183a3bef2669e10000000a114084/frameset.htm

Hope that helps

Kind Regards

Franz

Edited by: Franz Hiltscher on Jun 17, 2010 12:44 PM

Edited by: Franz Hiltscher on Jun 17, 2010 12:46 PM