Manage Applications

 


Overview

Use AdminApp to list, install, uninstall, and edit applications.

To generate a list of installed applications/modules:

$AdminApp list
$AdminApp listModules DefaultApplication -server

To install an application, use one of the following:

    $AdminApp install ./appname.ear {-cluster clustername}
    $AdminApp install ./appname.ear {-server servername}
    $AdminApp installInteractive ./appname.ear

To save changes before departing...

$AdminConfig save

To undo changes before departing...

$AdminConfig reset

To edit an installed application, use one of the following::

    $AdminApp edit appname {options}
    $AdminApp editInteractive appname

To install JAR/WAR files, use one of the following:

    $AdminApp install ./module.jar {-server servername}
    $AdminApp installInteractive ./module.jar

To uninstall an application:

$AdminApp uninstall application

Uninstalling an application removes it from the WAS configuration and from all the servers that the application was installed on. EAR file contents are deleted from the installation directory.