Searched refs:httphost (Results 1 - 1 of 1) sorted by relevance

/glassfish-3.1.2/web/web-ajp/src/main/java/org/apache/jk/common/
H A DJkMX.java91 private String httphost="localhost"; field in class:JkMX
145 this.httphost=host;
149 return httphost;
219 if( httphost!=null )
220 mserver.setAttribute(httpServerName, new Attribute("Host", httphost));
242 log.info( "Started MX4J console on host " + httphost + " at port " + httpport);
258 if( httphost!=null )
259 mserver.setAttribute(httpServerName, new Attribute("Host", httphost));
280 log.info( "Started MX4J console on host " + httphost + " at port " + httpport);

Completed in 11 milliseconds