* @param args
* the command line arguments
*/
public static void main(String[] args) {
try {
CrawljaxController crawljax = new CrawljaxController(getCrawljaxConfiguration());
crawljax.run();
} catch (CrawljaxException e) {
e.printStackTrace();
System.exit(1);
} catch (ConfigurationException e) {
e.printStackTrace();