Strategy ONE
默认 Windows 部署
默认产品文件夹
C:\Program Files (x86)\MicroStrategy\Library
C:\Program Files (x86)\MicroStrategy\Collaboration Server
C:\Program Files (x86)\Common Files\MicroStrategy\Tomcat\apache-tomcat-x.x.x\webapps\MicroStrategyLibrary
默认注册的 Windows 服务
- Library 服务器:Apache Tomcat 9.0 Tomcat9
- 协作服务器存储库: MicroStrategy 存储库
- 协作服务器: MicroStrategy 协作服务器
MicroStrategy Library 服务器配置文件
这 MicroStrategy Library 服务器从文件读取配置设置 配置覆盖.属性。它还为文件中的配置提供了默认值 configDefaults.properties
。文件 configDefaults.properties
包含配置选项的键值对。要指定配置选项,可以从 configDefaults.properties
并保存到 configOverride.properties
具有价值。对于默认部署,这两个文件位于:
C:\Program Files (x86)\Common Files\MicroStrategy\Tomcat\apache-tomcat-x.x.x\webapps\MicroStrategyLibrary\WEB-INF\classes\config\configDefault.properties
C:\Program Files (x86)\Common Files\MicroStrategy\Tomcat\apache-tomcat-x.x.x\webapps\MicroStrategyLibrary\WEB-INF\classes\config\configOverride.properties
如果 MicroStrategy Library 与 Intelligence 服务器分开安装,需要通过修改文件来手动配置连接信息 configOverride.properties
。这些也是应在 configOverride.properties
:
iserver.default.hostname= <host or IP address of Intelligence server>
iserver.default.port= <Intelligence server Port>
如果 MicroStrategy 协作服务器已配置,并且文件 configOverride.properties
正在手动设置,需要指定以下配置属性:
services.collaboration.enabled=true
services.collaboration.baseURL= <{PROTOCOL://HOSTNAME:PORT} The URL path to the Collaboration server>
identityToken.secretKey= <Secret Key phrase (spaces allowed) for Signing web token>
这 configDefaults.properties
永远不应该改变,因为它可能会在迁移或升级环境时引起问题。
如果 MicroStrategy 协作服务器与 MicroStrategy Library,您还需要手动配置协作服务器的连接信息,通过修改位于以下位置的配置属性文件:C:\Program Files (x86)\MicroStrategy\Collaboration Server\MicroStrategy\Collaboration Server\config.json
。
需要指定属性: authorizationServerUrl: http://<FQDN>:<PORT>/MicroStrategyLibrary/api
config.json 文件中的所有参数都区分大小写。
通信端口必须可用,才能启动协作服务器。
下图显示了默认部署:
组件之间的通信是HTTP,而不是HTTPS。此部署对于在实验室环境中进行初始测试很有用,但不建议用于生产。对于以安全为首要考虑的生产环境,建议实施安全部署。