132133134135136137138139140141142
} finally { try {webApp.stop();}catch (Exception x) {}; try {if (tpool != null) tpool.stop();} catch (Exception x) {}; } if (deleteOnExit) {
299300301302303304305306307308309
File props = prepareConfiguration(); webApp.stop(); if (tpool != null) tpool.stop(); List<String> cmd = new ArrayList<String>(); cmd.add(getJavaBin()); if (jvmArgs != null)