legacy-knowledge-base
公開されました Sep. 10, 2025

Weblogic サーバーへのホットフィックスのインストール

written-by

Sivakumar Perumal

How To articles are not official guidelines or officially supported documentation. They are community-contributed content and may not always reflect the latest updates to Liferay DXP. We welcome your feedback to improve How To articles!

While we make every effort to ensure this Knowledge Base is accurate, it may not always reflect the most recent updates or official guidelines.We appreciate your understanding and encourage you to reach out with any feedback or concerns.

legacy-article

learn-legacy-article-disclaimer-text

問題

  • ホットフィックスを weblogic サーバーにインストールする方法

Environment

  • ライフレイ DXP 7.0 - 7.4

解決策

  • このドキュメントではについて説明していますが、 Weblogic でのパッチ適用ツールの設定、簡単な手順は次のとおりです。
    1. portal-setup-wizard.propertiesからliferay.homeを確認し、そこで 最新のパッチ ツールを解凍します。
    2. patching-toolディレクトリ内でターミナルを開き、./patching-tool.sh auto-discoveryを実行します
      patching.png
    3. 新しいファイルdefault.propertiespatching-toolディレクトリ内に作成し、./patching-tool.sh auto-discoveryコマンドの出力を追加します。
      default.properties.png
    4. 同じターミナルで、./patching-tool.sh infoを実行して変更を確認します

    サンプルdefault.properties以下のようになるはずですが、インストールによって異なります
    global.lib.path=../servers/AdminServer/tmp/WLuser/liferay-dxp-7.4.13.u25-20220517155936227/qm5lvw/war/WEB-INF/shielded-container-lib/
    war.path=../servers/AdminServer/tmp/WLuser/liferay-dxp-7.4.13.u25-20220517155936227/qm5lvw/war/
    liferay.home=/home/shiv/Oracle/Middleware/OracleHome/userprojects/domains/liferay
did-this-article-resolve-your-issue

legacy-knowledge-base