Issue Manager 中配置 Silk Central 位置

介绍如何在 Issue Manager 中配置 Silk Central 安装的位置。这样便能够通过 Issue Manager 中的问题跟踪 Silk Central 中的相关测试。有关使用可跟踪性功能的更多信息,请参阅 Issue Manager 文档。

Issue Manager 中配置 Silk Central 位置:

  1. 实例管理页面上,停止要修改的实例的前端服务器。
  2. 使用文本编辑器打开 SRFrontendBootConf.xml 文件。 此文件在前端服务器中的默认路径为 C:\Program Files (x86)\Silk\Silk Central 19.5\instance_<实例编号>_<实例名称>\Conf\FontendServer
  3. 找到 Alm\ElementServiceEndpointAlm\LinkServiceEndpoint XML 标记。
  4. 在这两个标记中,将默认值 localhost:19120 替换为 Silk Central 安装的主机和端口信息。 如果 Silk Central 安装与 Issue Manager 安装使用相同的前端服务器,您可使用具有默认端口的 Tomcat Web 服务器,然后保留默认值。
  5. 保存并关闭 XML 文件。
  6. 如果不使用默认端口,请编辑位于 \instance_<实例编号>_<实例名称>\wwwroot\AlmServices1.0 中的文件 configuration.xml。找到 connectString XML 标记,将其设为正确端口。 示例:
    <properties>
       <name>connectString</name>
       <!-- value>com.borland.tm.system.endpoint=http://gershwin:19120/services/sccsystem;
          com.borland.tm.spi.endpoint=http://gershwin:19120/services/SpiService</value  -->
       <value>com.borland.tm.system.endpoint=http://MyHost:8555/services/sccsystem;
          com.borland.tm.spi.endpoint=http://MyHost:8555/services/SpiService</value>
    </properties>
    
  7. 重新启动前端服务器。