// since we're not using JettyRunner, which contains
// logic to pass/tell HomeServlet _how_ to initialize.
MockeyXmlFileManager reader = MockeyXmlFileManager.getInstance();
reader.loadConfiguration();
} catch (FileNotFoundException fnf) {
System.out.println("File used to initialize Mockey not found. "
+ "It's OK; one will be created if Mockey is not in 'memory-mode-only' "