public void startAndWait(long seconds) throws Exception {
   initStart();
   serverProc.startAndWait(seconds);
 }
 public void startWithoutWait() throws Exception {
   initStart();
   serverProc.startWithoutWait();
 }