Skip to content

Simple App Engine Flexible Environment Servlet API 3.0 Hello World using appengine-web.xml and gcloud maven plugin

Notifications You must be signed in to change notification settings

dyeray-cloud/flex-servlet-helloworld

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Google App Engine Flexible Environment Servlet API Hello World

This sample demonstrates how to deploy an application on Google App Engine.

It includes an example web.xml that redirects unknown URLs to a custom 404 page.

Setup

  1. Update the <application> tag in src/main/webapp/WEB-INF/appengine-web.xml with your project name.
  2. Update the <version> tag in src/main/webapp/WEB-INF/appengine-web.xml with your version name.

Running locally

$ mvn gcloud:run

Deploying

$ mvn gcloud:deploy

About

Simple App Engine Flexible Environment Servlet API 3.0 Hello World using appengine-web.xml and gcloud maven plugin

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages