List applications with wsadmin


 

+

Search Tips   |   Advanced Search

 

To list apps, run...

wsadmin.sh -username username -password password -f list_apps.jacl

Jacl...

### List installed applications...
$AdminApp list

### List installed applications on a given target scope
$AdminApp list WebSphere:cell=MyCell,node=MyNode,server=MyServer

Jython...

### List installed applications...
print AdminApp.list()

### List installed applications on a given target scope
print AdminApp.list("WebSphere:cell=MyCell,node=MyNode,server=MyServer")

Example output...

DefaultApplication
SampleApp
app1serv2