You could place them anywhere you like under the web context, but you must tell Tapestry to ignore them:
Add to AppModule.java: public void contributeIgnoredPathsFilter(Configuration<String> configuration) { configuration.add("/my-static-stuff/*"); } Olle Hallin Senior Java Developer and Architect olle.hal...@crisp.se www.crisp.se http://www.linkedin.com/in/ollehallin 2010/1/20 Gunnar Eketrapp <gunnar.eketr...@gmail.com> > Hi! > > This is most certainly a stupid question. > > We have built quite a big T5 webapp without any static html. > > Now I feel the need to add some static html files and cant find any info on > how to do this. > > Where are they placed in the project ? > > Do I have to tell T5 filter to ignore them? > > Thanks in advance! > /Gunnar Eketrapp >