Build of jetty-late-deploy
module for Jetty 10.0.20
To use
- Download both
jetty-late-deploy-10.0.20.jar
andjetty-late-deploy-10.0.20-config.jar
- The
jetty-late-deploy-10.0.20.jar
should be copied (as-is) to your${jetty.base}/lib/
directory (create the directory if it doesn't exist) - The
jetty-late-deploy-10.0.20-config.jar
should be unpacked over your${jetty.base}
directory.
This will introduce a${jetty.base}/etc/jetty-late-deploy.xml
and${jetty.base}/modules/late-deploy.mod
files - Enable the
late-deploy
in your${jetty.base}
java -jar /path/to/jetty-home-10.0.20/start.jar --add-module=late-deploy
Place your WAR (and optional XML) files in the new ${jetty.base}/webapps-late/
directory and you should be good to go.
Current hashes (sha1sum) for the attached artifacts
240bdf8c1a929e0a3aba5f0f43f1650e7bc66df0 jetty-late-deploy-10.0.20-config.jar
d92d78302d0a9893349c8d6c06d99a7ed9b6e253 jetty-late-deploy-10.0.20.jar