@RequestMapping("/exit")
 public void exit() throws Exception {
   appMaster.stop();
   System.exit(0);
 }