FileUtils.mkdirs(tmpDir);
final File installationDir = new File(tmpDir, "temp");
EmbeddableTomcat tomcat = new EmbeddableTomcat(installationDir,
20000);
tomcat.setup();
tomcat.configure();
tomcat.startup(10000);
tomcat.shutdown(10000);
tomcat.uninstall();
EmbeddedDerby2 derby = new EmbeddedDerby2(installationDir,