Welcome to ShenZhenJia Knowledge Sharing Community for programmer and developer-Open, Learning and Share
menu search
person
Welcome To Ask or Share your Answers For Others

Categories

I have two applications, one in Python and the other one in Java.

In Python, my application is under a Service which is set in the app.yaml, also the cron.yaml calls the service.

In my (Maven) Java app, it is not under a Service so it is the default service (which I will change if needed). The app is also called with the ../WEB-INF/cron.xml file and the informations about the app in the ../WEB-INF/appengine-web.xml

For now they have no connection with each other, I deployed both apps to different projects.

I would like to fuse them and put them in the same project as:

python-app.project.appspot.com

and

java-app.project.appspot.com

instead of the current

python-app.project1.appspot.com

and

project2.appspot.com

I didn't try to play around with the app.yaml and appengine-web.xml files because I do not know if those are to be modified or not.

How do I make different services (modules) with differents languages (Python and Java)

See Question&Answers more detail:os

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
thumb_up_alt 0 like thumb_down_alt 0 dislike
272 views
Welcome To Ask or Share your Answers For Others

1 Answer

Waitting for answers

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
thumb_up_alt 0 like thumb_down_alt 0 dislike
Welcome to ShenZhenJia Knowledge Sharing Community for programmer and developer-Open, Learning and Share
...