Copyright © Cloud Software Group, Inc. All Rights Reserved
Copyright © Cloud Software Group, Inc. All Rights Reserved


Chapter 3 Command Line Interface : Overview

Overview
TIBCO ActiveMatrix Runtime UDDI Server allows you to execute the following types of Ant-based tasks in the CLI.
The following two methods can be used to execute these Ant-based tasks:
Run ant -f uddiant.xml under the following directory:
TIBCO_HOME/RuntimeUDDIServer/3.1/scripts/client
Run uddiant under the following directory:
TIBCO_HOME/RuntimeUDDIServer/3.1/bin
Apache-ant-1.7.1 and JRE 1.6.0 must be pre-installed and set into the system path if you want to work with TIBCO ActiveMatrix Runtime UDDI Server using Ant-based commands.
An Ant-based task can be executed in either the interactive mode or the silent mode.
To execute an Ant-based task in the interactive mode, you need to provide the arguments needed for executing the task in the CLI when prompted.
To execute an Ant-based task in the silent mode, you need to provide all the arguments through the -D parameter in the CLI along with the command. In the silent mode, Ant-based tasks are executed without prompting for any arguments because all arguments are provided in the command line including the information about the data files.

Copyright © Cloud Software Group, Inc. All Rights Reserved
Copyright © Cloud Software Group, Inc. All Rights Reserved