views:

23

answers:

0

I use following wlst command in order to check if application was already deployed before:

oldApplication = find(name=d['name'], type='AppDeployment')

But it does not show that application was deployed on a specific server.
How can I find that application was deployed on a specific managed server?