.withRootPath(rootPath)
.withRootDirectoryName(rootDirectoryName)
.withPort(port)
.withAuthenticator(authenticator)
.withVersionsController(new ZipFileVersionsController())
.withRecentChanges(new RecentChangesWikiPage())
.updatedWith(properties)
.makeFitNesseContext();
} catch (IOException e) {
throw new IllegalStateException(e);
} catch (PluginException e) {