//in the future can set other implementations
//of UuidGenerator in server.xml
//even if not set it defaults to UuidGeneratorImpl
ServerConfigLookup lookup = new ServerConfigLookup();
UuidGenerator generator = lookup.getUuidGeneratorFromConfig();
mgr.setUuidGenerator(generator);
//for intra-vm session locking
_logger.finest("sctx.restrictedSetPipeline(new SessionLockingStandardPipeline(sctx))");
StandardContext sctx = (StandardContext) ctx;