Deployment - nuandy/othello GitHub Wiki

To tell the server which app to run:

Note: Assumes Othello is installed under: /web/othello

  1. cd /web/othello/contexts
  2. Open context.xml with a text editor.
  3. Replace "release/mongo.war" with "release/yourapp.war", where "yourapp.war" is the app you want to run.

Saving/modifying this file will automatically trigger a hot deployment of your application if Jetty is running.