params.put(CommandLineInterpreter.OPTION_ADMINPORT, adminPortString);
final String[] args = new String[]{"-m", "-s", clientPortString, "-a", adminPortString, "-t", sslPortString, "-d", yamlConfigurationFilename};
new CommandLineInterpreter().parseCommandLine(args);
stubbyManager = new StubbyManagerFactory().construct(yamlConfigurationFilename, params);
stubbyManager.startJetty();
}