Re: Reload Tiles configuration

2007-06-18 Thread Antonio Petrelli
2007/6/18, Oguz Kologlu <[EMAIL PROTECTED]>: Struts 2.0.8, Struts Tiles plugin 2.0.8, Tiles 2.0.3 You can use the TilesFilter for this: http://tiles.apache.org/tutorial/configuration.html Search in the page for "Load the Tiles filter". Next time, please Tiles-related questions to Tiles Users

Re: Reload Tiles configuration

2007-06-18 Thread Oguz Kologlu
Struts 2.0.8, Struts Tiles plugin 2.0.8, Tiles 2.0.3 Oz On 18/06/2007, at 4:57 PM, Antonio Petrelli wrote: 2007/6/18, Oguz Kologlu <[EMAIL PROTECTED]>: Hi All, Does anyone know how to get tiles to monitor it's configuration file (tiles.xml) for changes or how to reload it manually without hav

Re: Reload Tiles configuration

2007-06-17 Thread Antonio Petrelli
2007/6/18, Oguz Kologlu <[EMAIL PROTECTED]>: Hi All, Does anyone know how to get tiles to monitor it's configuration file (tiles.xml) for changes or how to reload it manually without have to restart the webapp or server? What version of Tiles are you using? ---