Is there a way to change tapestry.application-version value without redeploying the webapp ?

2011-08-11 Thread Belot Thomas
Hi Is there a way to change tapestry.application-version value without redeploying the webapp ? We would like to be able to force all clients to refresh their static content cache (due to bogus client / proxy which keep serving corrupted files) without having to restart our tomcat

Re: Is there a way to change tapestry.application-version value without redeploying the webapp ?

2011-08-11 Thread nillehammer
Hi, if you have used contributeApplicationDefaults in your AppModule, no. But you can externalize the values to web.xml by providing context parameters with appropriate name. The context parameters will be picked up by tapestry during startup. So first delete the code in AppModule and then write

Re: Is there a way to change tapestry.application-version value without redeploying the webapp ?

2011-08-11 Thread Thiago H. de Paula Figueiredo
On Thu, 11 Aug 2011 04:48:33 -0300, Belot Thomas thomas.be...@santeos.com wrote: Hi Hi! Is there a way to change tapestry.application-version value without redeploying the webapp ? Symbols are not updateable at runtime. -- Thiago H. de Paula Figueiredo Independent Java, Apache

RE: Is there a way to change tapestry.application-version value without redeploying the webapp ?

2011-08-11 Thread Belot Thomas
 : jeudi 11 août 2011 13:41 À : users@tapestry.apache.org Objet : Re: Is there a way to change tapestry.application-version value without redeploying the webapp ? Hi, if you have used contributeApplicationDefaults in your AppModule, no. But you can externalize the values to web.xml by providing context

RE: Is there a way to change tapestry.application-version value without redeploying the webapp ?

2011-08-11 Thread Belot Thomas
Paula Figueiredo [mailto:thiag...@gmail.com] Envoyé : jeudi 11 août 2011 14:16 À : Tapestry users Objet : Re: Is there a way to change tapestry.application-version value without redeploying the webapp ? On Thu, 11 Aug 2011 04:48:33 -0300, Belot Thomas thomas.be...@santeos.com wrote: Hi Hi

Re: Is there a way to change tapestry.application-version value without redeploying the webapp ?

2011-08-11 Thread Thiago H. de Paula Figueiredo
On Thu, 11 Aug 2011 09:20:50 -0300, Belot Thomas thomas.be...@santeos.com wrote: This is what I thought ... does anybody think this would be a good idea or should I just forget it ? Why do you want to change it? -- Thiago H. de Paula Figueiredo Independent Java, Apache Tapestry 5 and

RE: Is there a way to change tapestry.application-version value without redeploying the webapp ?

2011-08-11 Thread Belot Thomas
Objet : Re: Is there a way to change tapestry.application-version value without redeploying the webapp ? On Thu, 11 Aug 2011 09:20:50 -0300, Belot Thomas thomas.be...@santeos.com wrote: This is what I thought ... does anybody think this would be a good idea or should I just forget