i am new to GAE and currently evaluating if i can use GAE for deploying my java web application. When my application is finished a new user has to be able to register on my website for the usage and then he gets his private url ( user1.myapp.com) with an instance of my application. Is it difficult to realize this with GAE.
我是GAE的新手,目前正在评估我是否可以使用GAE来部署我的Java Web应用程序。当我的申请完成后,新用户必须能够在我的网站上注册使用,然后他获得他的私人网址(user1.myapp.com)和我的应用程序的实例。用GAE很难实现这一点。
best regards Peter
最好的问候彼得
1 个解决方案
#1
0
It should be possible according to the documentation:
应该可以根据文件:
https://developers.google.com/appengine/docs/domain#more_about_wildcard_subdomain_mapping
After that, it's up to your application. Any decent framework you use should be able to handle multiple domains and generate content based on them.
之后,由您的应用程序决定。您使用的任何体面的框架都应该能够处理多个域并基于它们生成内容。
#1
0
It should be possible according to the documentation:
应该可以根据文件:
https://developers.google.com/appengine/docs/domain#more_about_wildcard_subdomain_mapping
After that, it's up to your application. Any decent framework you use should be able to handle multiple domains and generate content based on them.
之后,由您的应用程序决定。您使用的任何体面的框架都应该能够处理多个域并基于它们生成内容。