安装、获得许可和配置 ThingWorx Navigate > 在现有 ThingWorx 实例上安装 ThingWorx Navigate > 设置 Integration Runtime
  
设置 Integration Runtime
1. ThingWorx Composer 中,按照以下步骤创建新的应用程序密钥:
a. 单击“浏览” > “安全” > “应用程序密钥” > “新建”
b. 随机键入一个名称,然后选择“用户名首选项”作为“管理员”
* 
作为最佳做法,请不要将管理员组的成员分配到应用程序密钥。
c. 单击“保存”。密钥 ID 随即生成。
d. 复制生成的 keyId,以在下一步中使用。
2. 启动 runtime-integration,方法为在 JSON 文件 integrationRuntime-settings 中指定应用程序密钥,然后使用以下命令:
java -DconfigFile=integrationRuntime-settings.json -jar integration-runtime-<version>.jar
* 
使用 Windchill 身份验证时,需要在以下 JSON 文件中指定 Keystore 和 Truststore 信息:integrationRuntime-settings
应用程序密钥在创建一天后自动过期。当您重新启动 Apache Tomcat 且超过到期时间时,Integration Runtime 将不会以相同的应用程序密钥启动。要设置应用程序密钥的到期时间,请按照应用程序密钥中的说明进行操作。
有关加密应用程序密钥的详细信息,请参阅 ThingWorx 帮助中的“集成连接器的 Integration Runtime 服务的初始设置”