You can list installed applications using the wsadmin tool and scripting. Before starting this task, the wsadmin tool must be running. See the Starting the wsadmin scripting client article for more information.
where:
$ | is a Jacl operator for substituting a variable name with its value |
AdminApp | is an object that supports application object management |
list | is an AdminApp command |
Example output:
DefaultApplication SampleApp app1serv2
$AdminApp list WebSphere:cell=myCell,node=myNode,server=myServer
print AdminApp.list("WebSphere:cell=myCell,node=myNode,server=myServer")
where:
$ | is a Jacl operator for substituting a variable name with its value |
AdminApp | is an object that supports application object management |
list | is an AdminApp command |
WebSphere:cell=myCell,node=myNode,server=myServer | is an optional target scope |
Example output:
DefaultApplication PlantsByWebSphere SamplesGallery ivtApp query