910111213141516171819
public class StartServer { public static void main(String[] args) throws Exception { Environment env = new Environment(); env.configure(); String jetty_home = System.getProperty("jetty.home", ".."); Server server = new Server(env.getTcpport());