@RequestMapping("/submit")
 public String submit() throws Exception {
   String containerId = appMaster.startNewContainer();
   return navigation() + "Container has been submitted. Id: " + containerId;
 }