Class InfoServer

java.lang.Object
org.apache.hadoop.hbase.http.InfoServer

@Private public class InfoServer extends Object
Create a Jetty embedded server to answer http requests. The primary goal is to serve up status information for the server. There are three contexts: "/stacks/" -> points to stack trace "/static/" -> points to common static files (src/hbase-webapps/static) "/" -> the jsp server code from (src/hbase-webapps/<name>)