List applications with wsadmin
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=MyServerJython...
### 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