4849505152535455565758
System.out.println("Usage: " + commandLine); System.exit(0); } try { new WikiServerHttpHandler(IO.loadProperties(new File(args[0]))).start(); } catch (Exception exception) { exception.printStackTrace(); System.exit(0); } }