The runtime is packaged as a WAR application for you to deploy to the Liberty collective cluster members. You need to make some specific configurations for this application in the server.xml file of every Liberty collective cluster member.
Before you proceed, review Manual installation on WebSphere Application Server Liberty collective for the configuration details that are common to all services.
The runtime WAR file is in mfp_install_dir/MobileFirstServer/mfp-server.war.
You can define the context root as you want. However, it is /mfp by default.
<jndiEntry jndiName="mobilefirst/mfp.analytics.url" value="http://localhost:9080/analytics-service/rest"/>
<jndiEntry jndiName="mobilefirst/mfp.authorization.server" value="embedded"/>
For more information about the JNDI properties, see List of JNDI properties for MobileFirst runtime.
<dataSource jndiName="mobilefirst/jdbc/mfpDS" transactional="false">
[...]
</dataSource>