jetty-runtime icon indicating copy to clipboard operation
jetty-runtime copied to clipboard

Implement specific structure tests

Open aslo opened this issue 8 years ago • 0 comments

  • Env variables: JETTY_VERSION, GAE_IMAGE_NAME, GAE_IMAGE_LABEL, TMPDIR
  • Whether jetty actually starts under "jetty" user (not sure how feasible it is)
  • Existence of 'jetty-base/modules/gae.mod'
  • Verify Jetty version based on java -Djetty.base=$JETTY_BASE -jar $JETTY_HOME/start.jar --version
  • modules existence based on java -Djetty.base=$JETTY_BASE -jar $JETTY_HOME/start.jar --list-modules

see also the jetty start.jar reference: https://www.eclipse.org/jetty/documentation/9.4.x/start-jar.html

aslo avatar Dec 29 '16 19:12 aslo