Copyright © TIBCO Software Inc. All Rights Reserved
Copyright © TIBCO Software Inc. All Rights Reserved


Applications : Using the Command-Line Interface

Using the Command-Line Interface
Before you begin 
Refer to the Administration book for TIBCO ActiveMatrix Service Grid or TIBCO ActiveMatrix Service Bus for information about the command-line interface (CLI) and the required build and data files.
Edit CONFIG_HOME/admin/amxadmin/samples/admin-scripts-base.xml and replace
<path id="plugins"/>
with
<path id="plugins">
<fileset dir="${plugins.dir}/com.tibco.amx.it.proxy.cli_1.0.0.001">
<include name="*.jar" />
</fileset>
<pathelement path="${plugins.dir}/com.tibco.amx.extension.daa.ear_1.0.0.008.jar"/>
<pathelement path="${plugins.dir}/com.tibco.amx.it.model.proxy_1.0.0.001.jar"/>
<pathelement path="${plugins.dir}/com.tibco.amf.ear.artifact.model_1.0.0.002.jar"/>
</path>
* Make sure that the version numbers for the plugins match the versions present in the plugins folder which is typically TIBCO_HOME\administrator\3.2\scripts.
Refer to the following samples available in the folderTIBCO_HOME/administrator/3.2/samples:

Copyright © TIBCO Software Inc. All Rights Reserved
Copyright © TIBCO Software Inc. All Rights Reserved