Re: t5: templates used for component

2009-09-09 Thread Angelo Chen
Hi, my tomcat now explodes the war file into ROOT directory, however, the component templates are still inside a jar file: ROOT/WEB-INF/lib/myapp.jar the other tml files are under ROOT, so my question is, how to avoid templates go into the jar? following T5's default layout, component templates wi

Re: t5: templates used for component

2009-09-09 Thread Howard Lewis Ship
Template files that change will be picked up, as long as they are on the file system, not packaged in a JAR. This may happen when the servlet container "explodes" the WAR file as part of deployment. It is not dependent on production mode. On Wed, Sep 9, 2009 at 10:40 PM, Kalle Korhonen wrote: >

Re: t5: templates used for component

2009-09-09 Thread Kalle Korhonen
The templates need to be on the classpath. It's completely up to you whether you want to keep them in a jar, war, ear or as plain files in the file system. However, I don't think changes in the templates would be picked up unless you run in non-production mode. Kalle On Wed, Sep 9, 2009 at 10:20

t5: templates used for component

2009-09-09 Thread Angelo Chen
Hi, I'd like to update the templates for component in the live server, but it is always stored in: myapp/ROOT/WEB-INF/lib/myapp.jar is there a way not to include those tml in the jar file? Thanks, Angelo -- View this message in context: http://www.nabble.com/t5%3A-templates-used-for-componen