FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

java-docs-samples/appengine-java8/requests at main · bhoogter/java-docs-samples · GitHub

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

README.md

Request Handling sample for Google App Engine

This sample provides Java code samples in support of the "Handling Requests" description Requests on Google App Engine.

Setup

gcloud init

Running locally

This example uses the Cloud SDK Maven plugin. To run this sample locally:

mvn appengine:run

To see the results of the RequestsServlet, open localhost:8080/requests in a WWW browser.

To see the results of the LoggingServlet, open localhost:8080/requests/log in a browser and examine the logs to see the actual messages.

Deploying

In the following command, replace YOUR-PROJECT-ID with your Google Cloud Project ID and SOME-VERSION with a valid version number.

mvn clean package appengine:deploy

Back | FazBrowse Home | New Git URL