+

Search Tips | Advanced Search

For up-to-date product documentation, see the IBM MobileFirst Foundation Developer Center.


MobileFirst Operations Console configuration details

The console is packaged as a WAR application for us to deploy to the application server. We need to make some specific configurations for this application.

Before proceeding, review Manual installation on Apache Tomcat for the configuration details that are common to all services.

The console WAR file is in mfp_install_dir/MobileFirstServer/mfp-admin-ui.war.

We can define the context root as we want. However, usually it is /mfpconsole.


Mandatory JNDI properties

We need to define the mfp.admin.endpoint property. The typical value for this property is *://*:*/<adminContextRoot>.

For more information about the JNDI properties, see JNDI properties for MobileFirst Operations Console.


Security roles

The security roles available for the application are:

Parent topic: Manual installation on Apache Tomcat