String tempDir = System.getProperty("tempDir", "work");
Server server = createServer(contextPath, port, tempDir);
server.start();
server.join();
}
private static Server createServer(String contextPath, int port,
String tempDir) {
// use Eclipse JDT compiler