ConnectorRuntime.getRuntime().initialize(ConnectorRuntime.SERVER);
try {
if ( (serverContext != null) &&
(serverContext instanceof ServerContextImpl) ) {
ServerContextImpl ctxImp = (ServerContextImpl)serverContext;
String seedFile = ctxImp.getServerConfigPath() +
File.separator + "secure.seed";
File secureSeedFile = new File(seedFile);
// read the secure random from the file
long seed = readSecureSeed(secureSeedFile);