You can list installed applications using the wsadmin tool and scripting.
$AdminApp list
print AdminApp.list()
$ | 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 |
DefaultApplication SampleApp app1serv2