On Thu, Mar 3, 2011 at 5:39 PM, Nancy and Jeff Hibbs
wrote:
> Using Struts 1, with glassfish. I want to force (or, I guess, suggest) to
> the browser to cache all js and image files for at least 1 hour. we're using
> jqry and some other .js files that repeatedly get sent to the browser for no
>
Using Struts 1, with glassfish. I want to force (or, I guess, suggest) to
the browser to cache all js and image files for at least 1 hour. we're using
jqry and some other .js files that repeatedly get sent to the browser for no
reason, along with the static image files. Most of the page is d
t accesses the resource the user would have to ctrl+f5 it...
>
> Sorry :(
>
> -Original Message-
> From: RogerV [mailto:roger.var...@googlemail.com]
> Sent: 14 June 2010 12:57
> To: user@struts.apache.org
> Subject: RE: Struts 2 & Browser Caching
>
>
>
>
r.var...@googlemail.com]
Sent: 14 June 2010 12:57
To: user@struts.apache.org
Subject: RE: Struts 2 & Browser Caching
James Cook-13 wrote:
>
> Nope, no misunderstanding. All I was saying was that people seem to
> experience the opposite to what you are experiencing. Like you said,
> th
o you? I'm obviously using the wrong keywords :(
Regards
--
View this message in context:
http://old.nabble.com/Struts-2---Browser-Caching-tp28876782p28878618.html
Sent from the Struts - User mailing list archive at Nabble.com.
---
Subject: RE: Struts 2 & Browser Caching
James Cook-13 wrote:
>
> I two would like to hear about solutions to this, after a quick
Google,
> I found most people have it the other way with their JS files being
> cached and not reflecting there changes.
>
I think that either
message in context:
http://old.nabble.com/Struts-2---Browser-Caching-tp28876782p28878060.html
Sent from the Struts - User mailing list archive at Nabble.com.
-
To unsubscribe, e-mail: user-unsubscr...@struts.apache.org
For additional
53
To: user@struts.apache.org
Subject: Struts 2 & Browser Caching
Hi
While building the functionality of my web-app served up by Apache
Tomcat, I
use
in all my pages to ensure that requests to the pages with dynamic
content
(most of them) actually reload from the server rather than
ge in context:
http://old.nabble.com/Struts-2---Browser-Caching-tp28876782p28876782.html
Sent from the Struts - User mailing list archive at Nabble.com.
-
To unsubscribe, e-mail: user-unsubscr...@struts.apache.org
For additional comm
mfnospam wrote:
not sure whether this works - I'm new to s2 myself.
However there seems to be a possibility to configure brwoser caching in
struts.properties:
struts.serve.static.browserCache=false
maybe this helps
kind regards
matthias
I believe the OP is using Struts 1, though. The equival
not sure whether this works - I'm new to s2 myself.
However there seems to be a possibility to configure brwoser caching in
struts.properties:
struts.serve.static.browserCache=false
maybe this helps
kind regards
matthias
-
To
Hello,
I'm trying to avoid browser caching in my webapp since I've only got dynamic
pages. I'm trying the Apache mod_expires stuff. I've set it to :
ExpiresActive On
ExpiresDefault "now"
But unfortunately, it doesn't work : my HTTP header is set to
"Cac
12 matches
Mail list logo