APM 9.6 から 10.1 へのアップグレード後に Team Center を表示できない

APM 9.6 から 10.1 にアップグレードした後に、APM チーム センターにアクセスできなくなります。以下のエラーがブラウザに表示されます。
apmdevops102jp
問題の状況
APM 9.6 から 10.1 にアップグレードした後に、APM チーム センターにアクセスできなくなります。以下のエラーがブラウザに表示されます。
APM Team Center は無効です。
システム管理者にお問い合わせください。
解決方法
  1. <
    EM_Home
    >/config ディレクトリに移動します。
  2. テキスト エディタで IntroscopeWebView.properties ファイルを開きます。
  3. たとえば、
    introscope.webview.enterprisemanager.rest.base
    プロパティを探します。
    # URL that points to root of the Enterprise Manager REST API introscope.webview.enterprisemanager.rest.base=http://{EM_HOST}:/apm/appmap
  4. ポートを追加します。
    # URL that points to root of the Enterprise Manager REST API
    introscope.webview.enterprisemanager.rest.base=http://{EM_HOST}:8081/apm/appmap 
    introscope.webview.enterprisemanager.rest.base=http://199.119.123.233:8081/apm/appmap
  5. ファイルを保存して閉じます。