Spherus.biz Home          
WebSphere Application Server wsadmin.sh AdminApp
The AdminApp object is used to manage applications. Tasks such as deploy, update and remove applications are typical functions.

Some of the more useful functions are:

  • install
  • update
  • export
  • uninstall
  • list
  • help
To execute the commands use the following:

JACL

 
$AdminApp <command>
 

Jython

 
AdminApp.<command>()
 

An example of installing an application EAR:

JACL

 
$AdminApp install c:/apps/myapp.ear
 

Jython

 
AdminApp.install('c:/apps/myapp.ear')
 

For more details please refer to the IBM WebSphere Application Server InfoCentre