On Sat, Feb 7, 2015 at 9:40 AM, opensourcegeek <[email protected]> wrote:
> Hi Alex, > > It was my ignorance, after posting this question, I was on #appengine > channel on IRC and the friendly folks there have pointed me to > modules/namespaces. I currently have tried 4 different modules within > single application and they all work fine. > Yay, great to hear about this! > > One annoying thing I found was the default module is currently serving the > root page(https://myappid.appspot.com/), and I want the default module to > be just a router and forward "https://myappid.appspot.com/" to my UI > module. This is probably possible already but I haven't tried it yet. Other > than that I'm quite happy with modules/namespaces idea and it quite nicely > adheres to creating microservices as well. > This might be a better Q for Stackoverflow, unless your problem just goes away when you try appropriately tweaking your dispatch.yaml, of course (or the META-INF and its xml contents in the Java EAR, plus the dispatch.xml in the WEB-INF of the default module, if you code in Java, I believe, though I'm not very familiar with that aspect of GAE). Thanks, Alex > Thanks. > > > On Wednesday, February 4, 2015 at 2:30:50 PM UTC, opensourcegeek wrote: >> >> Hi all, >> >> I've been thinking about deploying multiple microservices as app engine >> applications, but so far I cannot find a way to deploy multiple app engine >> applications to one single project. I'm on a free trial at the minute, so >> is this functionality to be able to create multiple app engine applications >> available at all? Or is this option not available to me because I'm on free >> trial? >> >> I think I can work around one google app engine application per project >> by creating new projects and running google app engine application there. >> I'm not sure what other features I lose because of deploying one app engine >> application per project when they need to communicate to each other. >> >> Any advice on running microservices on Google app engine would be great. >> >> >> Thanks. >> > -- > 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 http://groups.google.com/group/google-appengine. > To view this discussion on the web visit > https://groups.google.com/d/msgid/google-appengine/7b9bc4b9-8e48-437a-bbe7-5bfbdc74e639%40googlegroups.com > <https://groups.google.com/d/msgid/google-appengine/7b9bc4b9-8e48-437a-bbe7-5bfbdc74e639%40googlegroups.com?utm_medium=email&utm_source=footer> > . > > For more options, visit https://groups.google.com/d/optout. > -- 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 http://groups.google.com/group/google-appengine. To view this discussion on the web visit https://groups.google.com/d/msgid/google-appengine/CAE46Be_HJ%2B8n9_GT_mxh%3DF6a6jWH1HMdG0%2B7NkR5kQixZ2AY_Q%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
