The console is packaged as a WAR application for you to deploy to the Liberty collective controller. You need to make some specific configurations for this application in the server.xml file of the Liberty collective controller.
Before you proceed, review Manual installation on WebSphere Application Server Liberty collective for the configuration details that are common to all services.
The console WAR file is in mfp_install_dir/MobileFirstServer/mfp-admin-ui.war.
You can define the context root as you want. However, it is /mfpconsole by default.
<jndiEntry jndiName="mfpconsole/mfp.admin.endpoint" value="*://*:*/mfpadmin"/>
The
typical value for the mfp.admin.endpoint property is
*://*:*/<adminContextRoot>.For more information about the JNDI properties, see JNDI properties for MobileFirst Operations Console.