Package com.aoindustries.aoserv.client.web.tomcat
package com.aoindustries.aoserv.client.web.tomcat
-
ClassDescriptionRepresents one context within a
HttpdTomcatSite
.Represents one data source within aHttpdTomcatContext
.Represents one parameter within aHttpdTomcatContext
.EachSite
has independently configured JkMount and JkUnMount directives.Apache'smod_jk
supports multiple versions of the Apache JServ Protocol.AnHttpdStdTomcatSite
indicates that aHttpdTomcatSite
is configured in the standard layout of one Tomcat instance per Java virtual machine.AnHttpdSharedTomcat
stores configuration information about the Jakarta Tomcat JVM under which run one or moreHttpdTomcatSharedSite
s.AnHttpdTomcatSharedSite
is anHttpdTomcatSite
running under anHttpdSharedTomcat
.AnHttpdTomcatSite
indicates that anHttpdSite
uses the Jakarta Tomcat project as its servlet engine.AnHttpdTomcatVersion
flags whichTechnologyVersion
s are a version of the Jakarta Tomcat servlet engine.AnHttpdWorker
represents a unique combination ofHttpdJKCode
andHttpdTomcatSite
.When using Apache'smod_jk
, each connection to a servlet container is assigned a unique two-character identifier.