Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.apache.jk.status
Class JkStatusParser  view JkStatusParser download JkStatusParser.java

java.lang.Object
  extended byorg.apache.jk.status.JkStatusParser

public class JkStatusParser
extends java.lang.Object

<?xml version="1.0" encoding="UTF-8" ?> <jk:status xmlns:jk="http://jakarta.apache.org"> <jk:server name="localhost" port="80" software="Apache/2.0.54 (Win32) mod_ssl/2.0.54 OpenSSL/0.9.7g mod_jk/1.2.13-dev" version="1.2.12"/> <jk:balancers> <jk:balancer id="0" name="lb" type="lb" sticky="True" stickyforce="False" retries="3" recover="60"> <jk:member id="0" name="node1" type="ajp13" host="localhost" port="9012" address="127.0.0.1:9012" status="OK" lbfactor="1" lbvalue="1" elected="0" readed="0" transferred="0" errors="0" busy="0"/> <jk:member id="1" name="node2" type="ajp13" host="localhost" port="9022" address="127.0.0.1:9022" status="OK" lbfactor="1" lbvalue="1" elected="0" readed="0" transferred="0" errors="0" busy="0"/> <jk:map type="Wildchar" uri="/ClusterTest/*" context="/ClusterTest/*"/> <jk:map type="Exact" uri="/ClusterTest" context="/ClusterTest"/> <jk:map type="Wildchar" uri="/myapps/*" context="/myapps/*"/> <jk:map type="Exact" uri="/myapps" context="/myapps"/> </jk:balancer> </jk:balancers> </jk:status>

Since:
5.5.10
Version:
$Revision:$ $Date:$

Field Summary
static org.apache.tomcat.util.digester.Digester digester
          The Digester instance used to parse registry descriptors.
protected static java.lang.String info
          The descriptive information about this implementation.
private static org.apache.commons.logging.Log log
           
 
Constructor Summary
JkStatusParser()
           
 
Method Summary
static org.apache.tomcat.util.digester.Digester createDigester()
          Create and configure the Digester we will be using for setup mod_jk jk status page.
static org.apache.tomcat.util.digester.Digester getDigester()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

log

private static org.apache.commons.logging.Log log

info

protected static final java.lang.String info
The descriptive information about this implementation.

See Also:
Constant Field Values

digester

public static org.apache.tomcat.util.digester.Digester digester
The Digester instance used to parse registry descriptors.

Constructor Detail

JkStatusParser

public JkStatusParser()
Method Detail

getDigester

public static org.apache.tomcat.util.digester.Digester getDigester()

createDigester

public static org.apache.tomcat.util.digester.Digester createDigester()
Create and configure the Digester we will be using for setup mod_jk jk status page.