Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Latest commit

 

History

History
History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

README.md

Outline

Request Handling sample for Google App Engine

Open in Cloud Shell

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
Morty Proxy This is a proxified and sanitized view of the page, visit original site.