If you're using the tomcat plugin, you can add a JVM command line
parameter on its preferences page. You need to add "-
Dorg.apache.tapestry.enable-reset-service=true" to enable the reset
service. Following that, you call the reset service whenever you want
to reload a page template. You can do that with the Tapestry
Inspector. There are other ways to call it, but the Inspector is
worth having on your pages anyway.
Nathan
On 15 juil. 05, at 19:27, Preston CRAWFORD wrote:
I still don't see how to get it so I can edit .html and .page files
while Eclipse is running Tomcat, and have the changes automatically
get hot-swapped in, as you can with classes.
Robert mentioned the jvm option, but is that something you set in
Eclipse? Where you do set that?
Preston