Predefining MobileFirst Server configuration for several deployment environments

You can configure JNDI properties in a property file for easy transfer between one web application server and another; for example, to transfer from test to production environments.

As part of the installation of administration components of IBM MobileFirst™ Platform Foundation, various JNDI properties must be set. These components include MobileFirst Operations Console, MobileFirst Administration Service, and Application Center. Normally, JNDI properties are specified in the configuration of the web application server and are outside the web archive (WAR) file that represents the server component.

Instead, you can specify the JNDI properties in a property file. Having JNDI properties in a property file makes it easier to transfer the entire configuration from one web application server to another. For example, you can configure a test web server and, once the configuration is stable, you can transfer the configuration to the production web server by copying the property file to the production server.

This property file can be made available to the server components in various ways: