// });
// }
public static void main(String args[]) throws ParseException, IOException {
AiravataUtils.setExecutionAsServer();
CommandLineParameters commandLineParameters = StringUtil.getCommandLineParser(args);
if (commandLineParameters.getArguments().contains("stop")){
performServerStopRequest(commandLineParameters);
}else{
performServerStart(args);
}
}