我在开发服务器中有领域验证器和登录模块。我想知道如何将这些东西推送到生产服务器。
问问题
29 次
1 回答
1
当您在 MobileFirst Studio 中构建应用程序时,此操作将生成一个 .war 文件。.war 文件包含身份验证配置。
您将此 .war 文件部署为迁移到生产环境的一部分。
您可以在此处找到有关流程的更多信息:https ://mobilefirstplatform.ibmcloud.com/tutorials/en/foundation/7.1/moving-production/moving-development-environment-stand-alone-qa-production-servers/
于 2016-06-15T08:04:38.117 回答