159160161162163164165166
try { if (host != null) host.updateWebAppDeploy(name); } catch (Throwable e) { throw new DeployException(e); } }
175176177178179180181182
try { if (host != null) host.updateEarDeploy(name); } catch (Throwable e) { throw new DeployException(e); } }