complexType "webappsType"
Namespace:
Content:
empty, 5 attributes
Defined:
globally in mule-jetty.xsd; see XML source
Includes:
definitions of 5 attributes
Used:
Content Model Diagram
XML Representation Summary
<...
    port
 = 
xsd:integer
    host
 = 
xsd:string
    directory
 = 
xsd:string
    serverClasses
 = 
xsd:string
    systemClasses
 = 
xsd:string
/>
All Direct / Indirect Based Elements (1):
Known Usage Locations
XML Source (w/o annotations (5); see within schema source)
<xsd:complexType name="webappsType">
<xsd:attribute name="port" type="xsd:integer"/>
<xsd:attribute name="host" type="xsd:string"/>
<xsd:attribute name="directory" type="xsd:string"/>
<xsd:attribute name="serverClasses" type="xsd:string"/>
<xsd:attribute name="systemClasses" type="xsd:string"/>
</xsd:complexType>
Attribute Detail (all declarations; defined in this component only; 5/5)
directory
Type:
xsd:string, predefined
Use:
optional
The directory where webapps can be found.
XML Source (w/o annotations (1); see within schema source)
<xsd:attribute name="directory" type="xsd:string"/>

host
Type:
xsd:string, predefined
Use:
optional
The host of the Jetty instance.
XML Source (w/o annotations (1); see within schema source)
<xsd:attribute name="host" type="xsd:string"/>

port
Type:
xsd:integer, predefined
Use:
optional
The port of the Jetty instance.
XML Source (w/o annotations (1); see within schema source)
<xsd:attribute name="port" type="xsd:integer"/>

serverClasses
Type:
xsd:string, predefined
Use:
optional
A comma delimited list of classes which cannot be seen by webapp context classloaders but can be overridden by the webapp. Defaults to: org.mortbay.jetty.plus.jaas., org.mortbay.jetty., org.slf4j.
XML Source (w/o annotations (1); see within schema source)
<xsd:attribute name="serverClasses" type="xsd:string"/>

systemClasses
Type:
xsd:string, predefined
Use:
optional
A comma delimited list of classes which cannot be overridden by webapp classloaders. Defaults to: java., javax.servlet., javax.xml., org.mortbay., org.xml.,org.w3c., org.apache.commons.logging., org.apache.log4j.
XML Source (w/o annotations (1); see within schema source)
<xsd:attribute name="systemClasses" type="xsd:string"/>

XML schema documentation generated with DocFlex/XML SDK 1.8.1b6 using DocFlex/XML XSDDoc 2.2.1 template set. All content model diagrams generated by Altova XMLSpy via DocFlex/XML XMLSpy Integration.