Re: Live class/template reloading with netbeans 6.9.1

2011-02-25 Thread Josh Canfield
Build an exploded war as your artifact and make sure your IDE is putting the compiled output into that location so that your app server is reading the new code. On Feb 24, 2011 10:32 PM, "Josh Kamau" wrote: > Hi there, > > Am looking for the best way to enable live class/template reloading when >

Re: Live class/template reloading with netbeans 6.9.1

2011-02-25 Thread Alex Kotchnev
I use a Maven based project, and run jetty (using mvn jetty:run outside of the IDE) for development purposes. The only special thing I recall setting up is having to enable Compile-on-Save (CoS) for application and test execution (I think the default is to have CoS for test execution). Regards, A