Sunday, May 8, 2011

Learning Scala - Continuous Redeployment with jetty-run

To make jetty-run to auto-detect and redeploy the web app, run the following commands in sbt:-


jetty-run
~ prepare-webapp


Now you can change your servlet source code and save, the web app should get compiled and redeployed automatcally.

No comments:

Post a Comment