Skip to content

Files

Latest commit

87e2911 · Jun 10, 2016

History

History
This branch is 1188 commits behind GoogleCloudPlatform/getting-started-java:main.

helloworld-servlet

README.md

Servlet based Hello World app

Requirements

Run the Application locally

  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.