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

すべてのページにノード名が表示されないようにする方法

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

問題

コントロールパネルのページ下部にノード名が表示されているのですが、非表示にしたいです。

Environment

  • DXP 7.0+

解決策

この動作は、 web.server.display.node= プロパティによって制御されます。 デフォルトの portal.properties ファイルからのそのプロパティの説明は次のとおりです:

    #
# Set this to true to display the server name at the bottom of every page.
# This is useful when testing clustering configurations so that you can know
# which node you are accessing.
#
# Env: LIFERAY_WEB_PERIOD_SERVER_PERIOD_DISPLAY_PERIOD_NODE
#
web.server.display.node=false

デフォルトでは、これは falseに設定されているため、おそらく portal-ext.properties ファイルまたは環境内の他の場所 (portal-env.properties、portal-all.properties など) で true に設定されています。 )。 portal-ext.properties で false に設定し、サーバーを再起動するだけです。

did-this-article-resolve-your-issue

legacy-knowledge-base