logger.debug("Creating RemoteServiceLocator [host={}:{}, app={} / module={}"
, new Object[] {this.host, this.port, this.appName, this.moduleName});
return new RemoteServiceLocatorImpl(ctx, this.appName, this.moduleName);
} catch (Exception ex) {
throw new JuRuntimeException("Couldn't create ServiceLocator", ex);
}
}