public void restart() throws Exception {
   context.stop();
   context.start();
 }
 public void stop() throws Exception {
   context.stop();
 }