public void undeployApplication(String applicationName, String serverName)
throws ServerException
{
JarInstaller installer = this.getJarInstaller(serverName);
try {
installer.undeployApplication(applicationName);
this.changed(APP_UNDEPLOYED, applicationName);
} catch (Throwable t) {
throw new ServerException(localStrings.getLocalString(
"enterprise.tools.deployment.main.erroruninstallingapplicationfromserver",
"Error uninstalling {0} from {1}",