Re: [Resin-interest] clearing cache manually or in code

2007-05-31 Thread Bill Au
In 3.0.x, the server mbean has a clearCache() and a clearCacheByPattern(host, url) method in com.caucho.server.resin.mbean.ServletServerMBean. The name of the mbean should be resin:type=Server,name=default Bill On 5/31/07, Bernard Bernstein [EMAIL PROTECTED] wrote: We are using the Resin

Re: [Resin-interest] clearing cache manually or in code

2007-05-31 Thread Gary Zhu
Discussion for the Resin application server Subject: [Resin-interest] clearing cache manually or in code We are using the Resin proxy cache by setting Expire headers on some files (jsp files that generate css and some javascript). Occasionally, we want to get a new version of these files loaded