Re: Struts 1, Glassfish browser caching

2011-03-03 Thread Dave Newton
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 >

Struts 1, Glassfish browser caching

2011-03-03 Thread Nancy and Jeff Hibbs
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

Re: Struts 2 & Browser Caching

2010-06-17 Thread Greg Lindholm
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 > > > >

RE: Struts 2 & Browser Caching

2010-06-14 Thread James Cook
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

RE: Struts 2 & Browser Caching

2010-06-14 Thread RogerV
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. ---

RE: Struts 2 & Browser Caching

2010-06-14 Thread James Cook
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

RE: Struts 2 & Browser Caching

2010-06-14 Thread RogerV
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

RE: Struts 2 & Browser Caching

2010-06-14 Thread James Cook
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

Struts 2 & Browser Caching

2010-06-14 Thread RogerV
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

Re: browser caching

2007-06-27 Thread Laurie Harper
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

Re: browser caching

2007-06-26 Thread mfnospam
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

browser caching

2007-06-26 Thread Pierre Goupil
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