@(#)jonas-web-app_4_0.xsd 21/11/03
...
The instance documents may indicate the published version of
the schema using the xsi:schemaLocation attribute for the
Jonas namespace with the following location:
http://www.objectweb.org/jonas/ns/jonas-web-app_4_0.xsd
]]>
This is the root element of the JOnAS specific WEB deployment descriptor.
The jonas-web-appType defines the root element of the JOnAS specific
WEB deployment descriptor.
The host element specifies the name of host
used for deploy the web application
The context-root element specifies the context root
for the web application.
The port element specifies the port number used
to access the web application.
Only used for Web Services !
The java2-delegation-model element specifies :
if true : the context uses a classloader using
the Java 2 delegation model (default value).
if false : the class loader looks inside the web application first,
before asking parent class loaders.