Re: [Resin-interest] Caching issue? with resin pro 3.1.9

2010-04-16 Thread Marco Wingartz
Hi Aaron, I appreciate your help… meanwhile I got a hint from Emil to flush ProxyCache with MBean… we will see if your work-around is still needed. Thanks for your active support and have a nice weekend. Best regards, m.w. ___ resin-interest mailing l

Re: [Resin-interest] Caching issue? with resin pro 3.1.9

2010-04-16 Thread Aaron Freeman
Well I don't know the internals of Resin, so I cannot comment on the reason, but I can think of a potential work-around: Assuming you can call http://.../folder/index.html and it works, but they are distributing http://.../folder/ Add this to your section of your resin.xml: Which will e

Re: [Resin-interest] Caching issue? with resin pro 3.1.9

2010-04-16 Thread Marco Wingartz
Hi Aaron, thanks for your ideas… unfortunately I can be sure that’s not an browser cache or proxy issue… and of course I simplified the problem a little bit… It’s not me calling the empty directory tree, but an newsletter project of our company uses shortened urls by just referencing the folder

Re: [Resin-interest] Caching issue? with resin pro 3.1.9

2010-04-14 Thread Aaron Freeman
Marco, If you are repeating that pattern every time, it sounds more like your _brower's_ cache being the culprit. Instead of calling: http://my-server.com/newfolder/ with an empty folder, place the index.html in there and _then_ call it so your browser doesn't cache up the "404 not found" r

[Resin-interest] Caching issue? with resin pro 3.1.9

2010-04-14 Thread Marco Wingartz
Hello folks, I need some helping hands with a puzzler, we ran into recently… We are using the licensed resin pro 3.1.9 to handle all our servlets and .jsps and additionally we kicked apache and also use resin to spread the static .html contents to the world. While we are aware how to influence