How to hide node name from being displayed on every page
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
You are viewing an article from our legacy "FastTrack"
publication program, made available for informational purposes. Articles
in this program were published without a requirement for independent
editing or verification and are provided"as is" without
guarantee.
Before using any information from this article, independently verify its
suitability for your situation and project.
Issue
The node name is being displayed at the bottom of the page in Control Panel, but I want to hide it.
Resolution
This behaviour is controlled by the web.server.display.node=
property. Here's the description of that property from the default portal.properties file:
#
# 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
By default this is set to false, so probably it has been set to true in portal-ext.properties file or elsewhere in the environment (such as the portal-env.properties, portal-all.properties, etc.). You may simply set it to false in portal-ext.properties and restart the server.
Did this article resolve your issue ?