/* 124 */ httpServer.setProperties(this.properties);
/* 125 */ httpServer.start();
/* */
/* 127 */ String path = addrURI.getPath();
/* 128 */ String contextRoot = "/" + new StringTokenizer(path, "/").nextToken();
/* 129 */ HttpContext context = httpServer.createContext(contextRoot);
/* */
/* 131 */ publish(context);
/* */ }