Information
The WebSphere Liberty welcome page is enabled by default and is displayed when the root context "/" is accessed.
For production, the Liberty welcome page should be disabled to avoid sharing unnecessary information about the server runtime.
Solution
Perform the following to prevent Websphere Liberty from serving a welcome page from context root folder.
Add the enableWelcomePage attribute to the httpDispatcher element to ${server.config.dir}/configDropins/overrides/*.xml and set it to false
<httpDispatcher enableWelcomePage="false" />