Re: Quick(er) deployment
"Shash Chatterjee" <[email protected]>
| Newsgroups | gmane.comp.java.keel.user |
|---|---|
| Message-ID | <[email protected]> |
Justin, > I'm just getting off the ground with Keel, building my first app. Is > there a faster way to deploy an app (single VM, Tomcat, Struts) > without having to stop Tomcat and run the entire assemble-deploy? > Look at this thread: http://lists.keelframework.com/pipermail/keelgroup-keelframework.com/2004-January/003204.html In short, setup Tomcat for context reloading, change Keel properties to not build a WAR, but assemble webapp in a dir, and provide the dir path. Also, need to set properties to not delete the install/deploy dirs. HTH, Shash PS: The Keel developer archives are not searchable currently, but you can go to http://gmane.org/ and search on the gmane.comp.java.keel.devel and gmane.comp.java.keel.user groups.