There are two ways to do this.
1) Using weblogic.Admin utility :- java weblogic.Admin -adminurl t3://vasserver:port -username vas -password vas -listapps
2) Below is the WLST script to print application names. I tried to write this script as simple as possible, so didn't follow coding standard
connect('
domainConfig()
vasApps=cmo.getAppDeployments()
for app in vasApps:
Note :- Please make sure you insert "tab" where ever you see "#tab
Hope you liked my post, have a great day.
Vijay Bheemineni.
0 comments:
Post a Comment