Skip to content

Latest commit

 

History

History
 
 

helloworld-jsp

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

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.