You ~can~ change the startup parameters to tomcat. Either with a global environment variable or by editing catalina.sh. I think you want to set the JAVA_OPTS variable but I don't remember exactly. The script clearly documents what each are used for though, and I've specifically done this with tomcat.
On 3/24/06, Detlef Schulze <[EMAIL PROTECTED]> wrote: > > Perhaps the guys who run the tomcat have put some kind of server-side > caching in front of the tomcat? > > Tapestry does not cache the rendered pages. > > > -----Original Message----- > From: Jean-Eric Cuendet [mailto:[EMAIL PROTECTED] > Sent: 24 March 2006 17:07 > To: Tapestry users > Subject: Re: Page caching nightmare > > Forgot to say that my app is on a hosted tomcat so the directive > org.apache.tapestry.disable-caching=true > is not an option of put in Tomcat startup scripts... > > Except if I can put it somewhere in my Tapestry config files. > -jec > > Jean-Eric Cuendet wrote: > > Hi, > > In my Tapestry app, some pages are not re-rendered each time I load > > them. I think that's some Tapestry magic caching for perf, but in my > > case, the data shown is updated by a SOAP service and so the page must > > > be re-rendered each time it's called. > > How to tell Tapestry to discard a page and force it to re-render it > each > > time? > > Thanks a lot. > > -jec > > > > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: [EMAIL PROTECTED] > > For additional commands, e-mail: [EMAIL PROTECTED] > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > -- Jesse Kuhnert Tacos/Tapestry, team member/developer Open source based consulting work centered around dojo/tapestry/tacos/hivemind. http://opennotion.com
