| Installing Upgrading Designing Configuring Deploying Monitoring Administering Troubleshooting Reference JBI Components | |
| Close Print View | |
| Using JBI Components: Using the asadmin Administrative Command Line Interface (CLI) to Administer JBI Components |
|
Administering JBI Components for Java CAPS
Life Cycle States Within the JBI Framework
JBI Administration Tools Overview
Using the JBI Manager in the NetBeans IDE to Administer JBI Components
Using the Admin Console to Administer JBI Components
Administering JBI Components from the Admin Console
JBI Commands and Options for asadmin CLI
JBI Command Options and Values
Using the Java EE Service Engine in a Project
Using the Java EE Service Engine to Create a Composite Application
Using the BPEL Designer and Service Engine
Using the HTTP Binding Component
Processing an Order in a Purchase Order System
XSLT Designer: Simple Transformation Tutorial
Using the File Binding Component
Using the File Binding Component in a Project
Using the JMS Binding Component
Understanding the FTP Binding Component
Using the FTP Binding Component in a Project
Understanding the LDAP Binding Component
Using the LDAP Binding Component in a Project
Using the JAXB Wizard and Code-Seeder Pallete
Understanding the Database Binding Component
Using the Database Binding Component
Migrating From eTL to Sun Data Integrator
Designing Intelligent Event Processor (IEP) Projects
The Sun Java System (GlassFish) Application Server includes a command line administration utility known as asadmin. The asadmin utility can be used to perform any of the application server's administrative tasks, including those for administrating JBI Components.
The asadmin Utility uses the following guidelines:
All asadmin commands and options are case sensitive.
Option arguments are preceded by a single dash (-) or two dashes (--). Double dashes are used to specify long option arguments and a single dash specify the short option argument. Not all arguments will have a short option. Most options require argument values except boolean options which toggle to switch a feature ON or OFF.
For more information on options and their use, see the JBI Command Options and Values Table.
The asadmin utility can be run in interactive and non-interactive modes. Interactive mode will prompt the user for input, and is the default mode.
The command syntax is:
asadmin command [-short_option] [short_option_argument]* [--long_option [long_option_argument]* [operand]*
JBI command name syntax is:
verb-jbi-noun
For example: start-jbi-component or deploy-jbi-service-assembly.
This convention distinguishes JBI commands from other application server commands, and provides a name that describes the purpose of the command.
Help can be obtained by issuing the following commands:
asadmin --help (displays general help)
asadmin command --help (displays help for the specified command)