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