* @throws ConfigurationException
*/
public int connect(PropertiesReader reader, String[] altConfigs) throws ConfigurationException, JIException, IOException {
ConfigurationException ce = null;
JIException je = null;
IOException ie = null;
for (String configurationName : altConfigs) {
try {
Properties tmp = reader.getPropertiesForInstance(configurationName);