我们什么时候应该在 IBM MobileFirst 中重新部署 .war 文件

When should we redeploy .war file in IBM MobileFirst

我目前正在部署 MobileFirst 项目 .wlapp、.adapter 和 .war 文件。

我应该多久重新部署一次 .war 文件?我只是想澄清一下this document,

这句话

The client configuration files are in the apps\your-app folder.

他们指的是哪些文件?是否只有这2个文件:

1) 申请-descriptor.xml

2) 构建-settings.xml

.war 文件包含 authenticationConfig.xml 以及任何库和服务器 Java 代码。基本上所有内容都在您的 MobileFirst 项目的服务器文件夹中。

如果您在那里更改任何内容并希望它在您的生产服务器中可用,您需要重新部署重新生成的 .war 文件(它会在对文件进行的每次更改时重新生成在服务器文件夹中)。