setRegistryURL(ServerSettings.getProperties().getProperty("airavata.server.url"));
}
private GFac getGfac()throws TException{
try {
return new GFacImpl(registry, null,
AiravataRegistryFactory.getRegistry(new Gateway(getGatewayName()),
new AiravataUser(getAiravataUserName())));
} catch (RegException e) {
throw new TException("Error initializing gfac instance",e);
} catch (AiravataConfigurationException e) {