The runtime is packaged as a WAR application for you to deploy to the application server. You need to make some specific configurations for this application.
Before you proceed, review Manual installation on Apache Tomcat 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.
<Environment name="mfp.authorization.server" value="embedded" type="java.lang.String" override="false"/>
For more information about the JNDI properties, see List of JNDI properties for MobileFirst runtime.
The JNDI name of the data source for the runtime must be defined as jdbc/mfpDS. Declare it as a resource in the <Context> element.