I use tapestry 5.0.11 When I modify a template file *.tml it shows up instantly.
But changes on page or component classes don't work, and I have to re-start server. My web.xml <context-param> <!-- The only significant configuration for Tapestry 5, this informs Tapestry of where to look for pages, components and mixins. --> <param-name>tapestry.app-package</param-name> <param-value>org.compramaestra</param-value> </context-param> <filter> <filter-name>app</filter-name> <filter-class>org.apache.tapestry.TapestryFilter</filter-class> </filter> <filter-mapping> <filter-name>app</filter-name> <url-pattern>/*</url-pattern> </filter-mapping> <welcome-file-list> <welcome-file>Index</welcome-file> </welcome-file-list> and my classes are in org.compramaestra.pages org.compramaestra.components Using Eclipse with JettyRun Jetty 6.xx and alse JetyPlugin Jetty 5.xx Neither works... Thanks -- View this message in context: http://www.nabble.com/T5-Automatic-class-reloading-tp17749608p17749608.html Sent from the Tapestry - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]