+

Search Tips   |   Advanced Search

Administer MobileFirst applications through the command line

We can administer MobileFirst applications through the wladm program.


Overview

We can execute administration operations with MPF in the following ways:

The wladm Ant task, wladm program, and REST services are useful for automated or unattended execution of operations.

The wladm program and the wladm Ant task are simpler to use, and have better error reporting than the REST services. The advantage of the wladm program over the wladm Ant task is that it is easier to integrate when integration with operating system commands is already available. Moreover, it is more suitable to interactive use.


Prerequisites

The wladm command is provided in the MF_HOME/shortcuts/ directory as a set of scripts:

These scripts do not require specific environment variables. If the environment variable JAVA_HOME is set, the scripts accept it.

To use the wladm program, either put the MF_HOME/shortcuts/ directory into the PATH environment variable, or reference its absolute file name in each call.


Parent topic: Administer MobileFirst applications