legacy-knowledge-base
公開されました Jul. 2, 2025

アプリケーション メニューのロゴを変更するには?

written-by

Aaron Wang

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

問題

  • アプリケーション メニューのロゴを変更するには?スクリーンショット.png

Environment

  • Liferay DXP 7.3

解決策

  • アプリケーションメニューのロゴは、以下の手順で変更できます。
  1. サーバーを停止します。
  2. 新しいログを [LIFERAY_HOME]/tomcat-9.0.40/webapps/ROOT/WEB-INF/classes/フォルダーに配置します。たとえば、ファイル名は logo.pngです。
  3. 次のプロパティを portal-ext.propertiesに追加します
    #
# Set the location of the default liferay logo. This image must be available
# in the class path.
#
# Env: LIFERAY_APPLICATION_PERIOD_MENU_PERIOD_DEFAULT_PERIOD_LIFERAY_PERIOD_LOGO
#
application.menu.default.liferay.logo=logo.png

注: プロパティの値は、ステップ #2のファイル名と同じである必要があります。
4. サーバーを再起動します。

did-this-article-resolve-your-issue

legacy-knowledge-base