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 -serverTo install an application, use one of the following:
$AdminApp install ./appname.ear {-cluster clustername}
$AdminApp install ./appname.ear {-server servername}
$AdminApp installInteractive ./appname.earTo save changes before departing...
$AdminConfig saveTo undo changes before departing...
$AdminConfig resetTo edit an installed application, use one of the following::
$AdminApp edit appname {options}
$AdminApp editInteractive appnameTo install JAR/WAR files, use one of the following:
$AdminApp install ./module.jar {-server servername}
$AdminApp installInteractive ./module.jarTo uninstall an application:
$AdminApp uninstall applicationUninstalling 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.