Java 类org.apache.hadoop.hbase.http.HttpServerFunctionalTest 实例源码

项目:hbase    文件:TestJMXJsonServlet.java   
@BeforeClass public static void setup() throws Exception {
  // Eclipse doesn't pick this up correctly from the plugin
  // configuration in the pom.
  System.setProperty(HttpServerFunctionalTest.TEST_BUILD_WEBAPPS, "target/test-classes/webapps");
  server = createTestServer();
  server.start();
  baseUrl = getServerURL(server);
}