Why and when to perform this task
Steps for using the AdminApp object commands to install an application into the run time follow:Steps for this task
The following command uses the EAR file and the command option information to install the application:
Using Jacl:
where:
$ | is a Jacl operator for substituting a variable name with its value |
AdminApp | is an object supporting application object management |
install | is an AdminApp command |
MyStuff/application1.ear | is the name of the application to install |
server | is an installation option |
serv2 | is the value of the server option |
The following command changes the application information by prompting you through a series of installation tasks:
Using Jacl:
where:
$ | is a Jacl operator for substituting a variable name with its value |
AdminApp | is an object allowing application objects to be managed |
installInteractive | is an AdminApp command |
MyStuff/application1.ear | is the name of the application to install |
In a Network Deployment environment only, the following command uses the EAR file and the command option information to install the application on a cluster:
Using Jacl:
where:
$ | is a Jacl operator for substituting a variable name with its value |
AdminApp | is an object allowing application objects to be managed |
install | is an AdminApp command |
MyStuff/application1.ear | is the name of the application to install |
cluster | is an installation option |
cluster1 | is the value of the server option |
Using Jacl:
$AdminConfig save