if (serverName != null) {
JarInstaller installer = this.getJarInstaller(serverName);
if (installer != null) {
try {
v = new Vector();
ConnectorInfo ci = installer.listConnectors();
for (int i = 0; i < ci.connectionFactories.length; i++) {
v.add(ci.connectionFactories[i].toString());
}
} catch (Exception re) {
throw new ServerException(localStrings.getLocalString(