The live update service is packaged as a WAR application for you to deploy to the application server. You need to make some specific configurations for this application in the server.xml file.
Before you proceed, review Manual installation on WebSphere Application Server Liberty for the configuration details that are common to all services.
The live update service WAR file is in mfp_install_dir/MobileFirstServer/mfp-live-update.war.
The context root of the live update service must define in this way: /<adminContextRoot>config. For example, if the context root of the administration service is /mfpadmin, then the context root of the live update service must be /mfpadminconfig.
<dataSource jndiName="mfpadminconfig/jdbc/ConfigDS" transactional="false">
[...]
</dataSource>
Declare the configadmin role in the <application-bnd> element of the application.