java = createJavaForShutDown();
}
java.addSysproperty(createSysProperty("tomcat.install", getDir()));
java.addSysproperty(createSysProperty("tomcat.home", this.tmpDir));
Path classpath = java.createClasspath();
classpath.createPathElement().setLocation(
new File(getDir(), "lib/tomcat.jar"));
// It seems that since Tomcat 3.3.2, the commons-logging jar is
// required in the Tomcat bootstrap classpath...
File commonsLoggingJarFile =