Why and when to perform this task
Steps for this task
The following command uses the installed application and the command option information to edit the application:
Using Jacl:
$AdminApp edit app1 {options}
where:
$ | is a Jacl operator for substituting a variable name with its value |
AdminApp | is an object allowing application objects management |
edit | is an AdminApp command |
app1 | is the name of the application to edit |
{options} | is a list of edit options and tasks similar to the ones for the install command |
The following command changes the application information by prompting you through a series of editing tasks:
Using Jacl:
$AdminApp editInteractive app1
where:
$ | is a Jacl operator for substituting a variable name with its value |
AdminApp | is an object allowing application objects management |
editInteractive | is an AdminApp command |
app1 | is the name of the application to edit |
Using Jacl:
$AdminConfig save