In trying to migrate to Endpoints V2 for GAE, I have been unable to get the 
example located at  java-docs-samples/appengine/endpoints-frameworks-v2/backend 
(git clone https://github.com/GoogleCloudPlatform/java-docs-samples) to 
work. Does anyone know where the documentation for localhost testing is? 
Has anyone gotten this example to work locally?  The README does include 
instructions as to how to deploy the project, but nothing on how to test 
locally. 

The process that I have used thus far is:

1.  mvn exec:java -DGetSwaggerDoc
2. mvn appengine:run

Then to test:

 curl \

         -H "Content-Type: application/json" \

         -X POST \

         -d '{"message":"echo"}' \

         http://localhost:8080/_ah/api/echo/v1/echo


The response is a 404.



-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/google-appengine.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/8d633137-4ef5-4b51-8da9-95bb1a18ba02%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to