secured = Integer.parseInt(options.valueOf("s").toString());
} else {
secured = 443;
}
final HttpFacade facade =
new HttpFacade(new DynamoHosts(), port, secured);
facade.listen();
Logger.warn(Main.class, "started at http://localhost:%d...", port);
if (options.has("d")) {
while (true) {
TimeUnit.MINUTES.sleep(1);