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

Liferay PaaS で Tomcat の server.xml ファイルに変更を適用する方法

written-by

Alexandra Rujzam

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

問題

Tomcat の server.xml ファイルを変更する必要がありますが、クラウド環境で変更する方法がわかりません。

環境

  • Liferay PaaS

解決

Cloud環境で必要な Tomcat ファイルを上書きするには、次の 2 つの方法があります。
1. 変更を実行するスクリプトを作成します。

2.a liferay サービスの opt/liferay/tomcat/conf/server.xml にあるファイルの内容をコピーし、それを configs/common/tomcat/conf/server.xml の下のローカル プロジェクト ワークスペースに配置します (このフォルダー パスを作成する必要がある場合があります)。
2.b Tomcatのドキュメントに従って、 server.xml hostセクションを変更します。
2.c 変更をプロジェクトにプッシュします。

追加情報

これはカスタマイズのトピックと見なされ、これに関して提供できるサポートが制限される場合があることに注意してください。
did-this-article-resolve-your-issue

legacy-knowledge-base