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 WebSphere Application Server and WebSphere Application Server Network Deployment 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.
You can set JNDI properties with the WebSphere Application Server administration console. Go to and set the entries.
You must define the mfp.authorization.server property with the value as embedded.
For more information about the JNDI properties, see List of JNDI properties for MobileFirst runtime.
The runtime application must start after the administration service application. You can set the order at Startup behavior section. For example, set the Startup Order to 1 for the administration service and 2 to the runtime.
Create a data source for the runtime and map it to jdbc/mfpDS.