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
<...
   
 = 
(xsd:string | xsd:int)
 = 
xsd:string
 = 
xsd:string
 = 
xsd:string
 = 
xsd:string
/>
All Direct / Indirect Based Elements (2):
webapps, webapps
Known Usage Locations
XML Source (w/o annotations (5); see within schema source)
<xsd:complexType name="webappsType">
<xsd:attribute name="port" type="mule:substitutablePortNumber"/>
<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 within this component only; 5/5)
directory
Type:
xsd:string, predefined
Use:
optional
The directory where webapps can be found. Default: ${app.home}/webapps
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. Default: 0.0.0.0 (all network interfaces)
XML Source (w/o annotations (1); see within schema source)
<xsd:attribute name="host" type="xsd:string"/>

port
Type:
Use:
optional
The port of the Jetty instance. Default: 8585
Attribute Value
xsd:string | xsd:int
XML Source (w/o annotations (1); see within schema source)
<xsd:attribute name="port" type="mule:substitutablePortNumber"/>

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 RE 1.8.5 using DocFlex/XML XSDDoc 2.5.0 template set. All content model diagrams generated by Altova XMLSpy via DocFlex/XML XMLSpy Integration.