Skip to content

bogdan-nourescu/appengine-java-vm-hello

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Copyright (C) 2014 Google Inc.

Sample 'hello world' application for use with the App Engine Java VM Runtime.

Requires Apache Maven 3.0 or greater, and JDK 7+ in order to run. This application needs to be deployed to the App Engine VM Runtime.

Make sure that you are invited to the VM Runtime Trusted Tester Program, and have downloaded the SDK.

To build, do the following:

  1. Change the value of the application element in your appengine-web.xml to the app id of an app that has been whitelisted for the VM Runtime.

  2. Run mvn package

  3. Run the appcfg.sh script from the VM Runtime SDK as follows:

     $ $SDK_DIR/bin/appcfg.sh -s preview.appengine.google.com update target/hello-1.0-SNAPSHOT
    
  4. Visit http://your-app-id.appspot.com/.

For further information, consult the Java App Engine documentation.

To see all the available goals for the App Engine plugin, run

mvn help:describe -Dplugin=appengine

About

VM Runtime Java simple 'hello world' app

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published