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.
- Update the
<application>
tag insrc/main/webapp/WEB-INF/appengine-web.xml
with your project name. - Update the
<version>
tag insrc/main/webapp/WEB-INF/appengine-web.xml
with your version name.
$ mvn gcloud:run
$ mvn gcloud:deploy