Skip to content

Instantly share code, notes, and snippets.

@nehabhardwaj01
Created April 29, 2019 09:31
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nehabhardwaj01/7ef691b598d4a784fbc61fdad58407c8 to your computer and use it in GitHub Desktop.
Save nehabhardwaj01/7ef691b598d4a784fbc61fdad58407c8 to your computer and use it in GitHub Desktop.
#!/bin/sh
cp expose_static_content.xml /jetty/webapps/
# Optionally, copy or move the static content directory inside jetty to prevent any data loss
mv /static_content /jetty/static_content/
/jetty/bin/jetty.sh run
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment