Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Published by Scroll Versions from space DTPDEVEL and version 2023.2

...

  1. DTP Server、Data Collector、および Enterprise Pack を停止します。「Stopping DTP Services」を参照してください。
  2. アップグレードする Tomcat バージョン (たとえば apache-tomcat-<VERSION>.tar.gz) を download_dir にダウンロードし、.gz ファイルを展開します。

    Code Block
    languagebash
    themeMidnight
    tar -xvzf apache-tomcat-<VERSION>.tar.gz
  3. ディレクトリ名を tomcat に変更します。

    Code Block
    languagebash
    themeMidnight
    mv apache-tomcat-<VERSION> tomcat
  4. tomcat に付属の Web アプリケーションを削除します。

    Code Block
    languagebash
    themeMidnight
    cd tomcat/webapps rm -rf *
  5. 次の設定ファイルをコピーし、<DTP次の設定ファイルをコピーし、<DTP_INSTALL> の外に保存します。

    • <DTP_INSTALL>/tomcat/conf/server.xml

    • <DTP_INSTALL>/tomcat/conf/catalina.properties

    • (任意) キーストア ファイル (DTP に付属の <DTP_INSTALL>/tomcat/conf/ ディレクトリにある .keystore ファイル以外を使用している場合)

  6. 新しい tomcat ディレクトリを <DTP_INSTALL> ディレクトリにコピーします。DTP に付属の Tomcat がアップグレードされます。

    Code Block
    languagebash
    themeMidnight
    cp -rfv download_dir/tomcat/ <DTP_INSTALL>/ > cp.txt
  7. cp.txt ファイルをチェックして、コピー コマンドが正常に実行されたことを確認します。

  8. 不要になった既存の ecj-<VERSION>.jar ライブラリのバージョンが複数ある場合は、不要になった既存の ecj-<VERSION>.jar ライブラリを削除します。

    Code Block
    languagebash
    themeMidnight
    rm <DTP_INSTALL>/tomcat/lib/ecj-<VERSION>.jar
  9. 手順 5 で保存した、以前の <DTPで保存した、以前の <DTP_INSTALL>/tomcat/conf/ ディレクトリにあった設定ファイルを <DTP_INSTALL>/tomcat/conf/ にコピーします。

    Code Block
    languagebash
    themeMidnight
    cp server.xml <DTP_INSTALL>/tomcat/conf/ cp catalina.properties <DTP_INSTALL>/tomcat/conf/ cp <YOUR_KEYSTORE_FILE> <DTP_INSTALL>/tomcat/conf/.keystore 
  10. DTP Server、Data Collector、および Enterprise Pack を開始します。「Starting DTP Applications」を参照してください。