Search code examples
scriptingwebspherewsadminjacl

wsadmin: jacl: AdminApp list <scope?> WebSphere 5.x


I am trying to list applications installed on particular server below command works fine on WAS 6.x and 7 however I cannot make the same on WAS 5.x

wsadmin> $AdminApp list /WebSphere:cell=cell01,node=node01,server=server1/

Also, $AdminApp help list does not show optional scope parameter.

Could you please advise ?

Thanks


Solution

  • I found the way, however it's not the same output, it needs to be parsed to get the details.

    wsadmin > $AdminControl queryName type=Application,node=node01,process=server1
    

    In case there is another way please let me know.