+

Search Tips | Advanced Search

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


MobileFirst Server live update service configuration details

The live update 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 WebSphere Application Server and WebSphere Application Server Network Deployment for the configuration details that are common to all services.

The live update service WAR file is in mfp_install_dir/MobileFirstServer/mfp-live-update.war.

The context root of the live update service must define in this way: /<adminContextRoot>config. For example, if the context root of the administration service is /mfpadmin, then the context root of the live update service must be /mfpadminconfig.


Data source

Create a data source for the live update service and map it to jdbc/ConfigDS.


Security roles

The configadmin role is defined for this application.

At least one user must be mapped to this role. The user and its password must be provided to the following JNDI properties of the administration service:

Parent topic: Manual installation on WebSphere Application Server and WebSphere Application Server Network Deployment