if (parseArgs(args, conf))
{
try
{
/* Parse the configuration xml file */
conf.loadFile((String) conf.get("config_file"));
/* Load the plugins */
PluginLoader loader = new PluginLoader((String)(conf.get(Configuration.PLUGIN_FOLDER_TAG)));
loader.load();