}
this.clientAddress = address;
// default xmlBlaster RMI publishing registryPort is 1099
this.rmiUrl = new RmiUrl(glob, this.clientAddress);
String authServerUrl = this.rmiUrl.getUrl() + "I_AuthServer";
String addr = this.clientAddress.getEnv("AuthServerUrl", authServerUrl).getValue();
Remote rem = lookup(addr);
if (rem instanceof org.xmlBlaster.protocol.rmi.I_AuthServer) {