Example: Identifying supported tasks and options for an Enterprise Archive file
The AdminApp object install command takes a set of options and tasks. The following examples use the AdminApp object to obtain a list of supported tasks and options for an Enterprise Archive (EAR) file:
- To identify supported options and tasks, use the AdminApp object options command:
$AdminApp options c:/MyStuff/myapp1.earThis command displays a list of tasks and options.- To identify supported options only, use the following command:
$AdminApp options- To learn more about any of the tasks or options, use the AdminApp object help command. For example:
$AdminApp help deployejb