The live update service 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 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.