darcia
3/25/2019 - 5:16 PM

WAS uninstall EAR via wsadmin

//At the bin folder of the profile
wsadmin -lang jython
print AdminApp.list()
AdminApplication.uninstallApplication("MscEAR")
AdminConfig.save();