Skip to content

Files

Latest commit

72c95e8 · Jun 13, 2016

History

History
19 lines (13 loc) · 523 Bytes

File metadata and controls

19 lines (13 loc) · 523 Bytes

Java Server Pages based Hello World app

Requirements

Run the application

  1. Set the correct Cloud SDK project via gcloud config set project YOUR_PROJECT id of your application.
  2. Run mvn jetty:run-exploded
  3. Visit http://localhost:8080

Deploy to AppEngine Managed VMs

  1. mvn gcloud:deploy
  2. Visit http://YOUR_PROJECT.appspot.com.