NBOServer server = new NBOServer();
String host = args[0];
// this thread provides the registry service
sslRmiRegistry = new SSLRMIRegistry();
sslRmiRegistry.start();
// wait until SslRmiregistry creates the registry
while (!getSslRmiRegistyIsAlive()) { }