EmbeddableTomcat tomcat = new EmbeddableTomcat(installationDir,
20000);
tomcat.setup();
tomcat.configure();
tomcat.startup(10000);
tomcat.shutdown(10000);
tomcat.uninstall();
EmbeddedDerby2 derby = new EmbeddedDerby2(installationDir,
"test", 20000, "test", "test");
derby.setup();