On server startup, what is the best way to preload all *.tml under 
[...]resources[...]pages?    With all defaults - locale, etc.  


In other words, how are tapestry (5.3.x) pages mapped to servlets so that 
something like this may be attempted in web.xml?



     <servlet>
       <servlet-name>Employees</servlet-name>
       <display-name>Employees</display-name>
       <servlet-class> org.apache.tapestry.ApplicationServlet</servlet-class> 
       <load-on-startup>2</load-on-startup>
     </servlet>

Reply via email to