undeploy
Undeploys the application represented by the context path,appPath
if (isServerReady(asm, feed, "undeploy", pa, pab))
{
try
{
ApplicationServerManagerResult result = asm.undeploy(pa.getContextPath());
if (!result.isOk())
{
throw new Exception(getString("pam.details.action.status.appServerNotConfigured"));
}
if (isServerReady(asm, feed, "undeploy", pa, pab))
{
try
{
ApplicationServerManagerResult result = asm.undeploy(pa.getContextPath());
if (!result.isOk())
{
throw new Exception(getString("pam.details.action.status.appServerNotConfigured"));
}
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.