Using Administrator Interfaces

TIBCO ActiveMatrix Administrator provides two interfaces for interacting with Administrator: browser and command-line.

Web Interface

The web interface provides access to all Administrator functionality through a browser.

Command-Line Interface

The command-line interface provides a set of Ant tasks to execute most Administrator functions. You use the command-line interface for repetitive application of standard actions on large numbers of objects.

Sample command-line scripts are provided in CONFIG_HOME/admin/enterpriseName/samples.

Note: The web interface is asynchronous and allows you to perform other actions while one is in progress. The command-line interface is synchronous. Any action invoked by a command-line script waits till the action is complete before executing the next action.