Hi,
If you are using 5.3. than live class realoading is turned off in
production mode [1].

Please check if SymbolConstants.PRODUCTION_MODE is false in
your contributeApplicationDefaults method in your IOC Module (AppModule by
default).

something like

public static void
contributeApplicationDefaults(MappedConfiguration<String, String>
configuration){
    configuration.add(SymbolConstants.PRODUCTION_MODE, "false");
}

[1]
http://tapestry.1045711.n5.nabble.com/Live-reload-in-production-td4313825.html
)

Cheers,
Dragan Sahpaski



On Wed, Nov 16, 2011 at 9:14 PM, Josh Kamau <joshnet2...@gmail.com> wrote:

> Trsvax,
>
> I when i turned off scanning or set interval to a very high number,
> tapestry live classloading didnt work.
>
> Josh.
>
> On Wed, Nov 16, 2011 at 11:10 PM, trsvax <trs...@gmail.com> wrote:
>
> > The latest version of runJettyrun has an option to scan the project for
> > changes and restart. I think the default is 5 seconds. For Tapestry you
> > want
> > to turn it off. I think it's on the Jetty table after you pick run
> > configurations.
> >
> >
> > --
> > View this message in context:
> >
> http://tapestry.1045711.n5.nabble.com/Jetty-Restarts-every-time-i-save-tp4998463p4998970.html
> > Sent from the Tapestry - User mailing list archive at Nabble.com.
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
> > For additional commands, e-mail: users-h...@tapestry.apache.org
> >
> >
>

Reply via email to