// Load in the server configuration - if it is actually on the Classpath
Configuration serverConf =
ConfigHelper.loadFromResource(SERVER_RESOURCE);
ConfigHelper.mergeConfigurations(conf, serverConf, SERVER_RESOURCE);
AbstractActionArgs action = serviceArgs.getCoreAction();
SliderAMCreateAction createAction = (SliderAMCreateAction) action;
//sort out the location of the AM
serviceArgs.applyDefinitions(conf);
serviceArgs.applyFileSystemURL(conf);