+

Search Tips | Advanced Search

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


MobileFirst Server administration service configuration details

The administration service 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 administration service WAR file is in mfp_install_dir/MobileFirstServer/mfp-admin-service.war.

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


Mandatory JNDI properties

The JNDI properties are defined within the <Environment> element in the application context. For example:

To enable the JMX communication with the runtime, define the following JNDI properties:

If the push service is installed, we must also configure the following JNDI properties:

The JNDI properties for the communication with the live update service are as follows:

For more information about the JNDI properties, see List of JNDI properties for MobileFirst Server administration service.


Data source

The data source (jdbc/mfpAdminDS) is declared as a resource in the <Context> element. For example:


Security roles

The security roles available for the administration service application are:

Parent topic: Manual installation on Apache Tomcat