[google-appengine] Re: How to deploy a java microservice to an existing python-default standard environment app?

2018-02-09 Thread 'Jordan (Cloud Platform Support)' via Google App Engine
As previously described, you need to have an appengine-web.xml in the root directory of your Java service (this is the Java version of the app.yaml). You then set the actual *service_name *property in the appengine-web.xml an

[google-appengine] Re: How to deploy a java microservice to an existing python-default standard environment app?

2018-02-09 Thread rasmus
Thanks for reply. I can upload and use a new python service easily, question is how to deploy services in different languages. In my case, add a java *non-default* service when the default service is python. Maven and gradle can't see that I have a default service already, since it's python, s

[google-appengine] Re: How to deploy a java microservice to an existing python-default standard environment app?

2018-02-08 Thread 'Jordan (Cloud Platform Support)' via Google App Engine
You can think of services like completely different applications (which can be written in different languages), with each their own versions. Your main App Engine project the