Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migration of unmigrated content due to installation of a new plugin

Wiki Markup{scrollbar} Anchortoptop

Introduction

Geronimo includes a web application container supporting J2EE web applications.The web container itself supports basic configuration such as network ports and SSL options,and each web application WAR may include Geronimo-Configuration information as well.Geronimo deployment plans are defined by XML Schemas and not Document Type Definitions (DTDs). Though the basic structure XML file remains the same the header of the XML file controlled by the schema looks slightly different than one that is controlled by DTD.The following schema represents the Geronimo deployment plan for a web application. The deployment plan always uses the Geronimo web namespace, and it also requires elements from the Geronimo Naming namespace. Additionally, it has a required attribute to identify its configuration name, and an optional attribute to select a parent configuration.This is the Geronimo XML Schema document for the Servlet 2.4 based deployment descriptor.The deployment descriptor must be named "WEB-INF/geronimo-web.xml" in the web application's war file.

...

http://geronimo.apache.org/schemas-1.1/geronimo-web-1.1.xsd

...

Schema Document Properties Anchorschemaschema

Target Namespace

http://geronimo.apache.org/xml/ns/j2ee/web-1.1
All Servlet/Web geronimo specific deployment descriptors must indicate the web application schema by using the J2EE namespace

Version

1.1

Element and Attribute Namespaces

  • Global element and attribute declarations belong to this schema's target namespace.
  • By default, local element declarations belong to this schema's target namespace.
  • By default, local attribute declarations have no namespace.

Schema Composition

...

Prefix

Namespace

xml

http://www.w3.org/XML/1998/namespace

web

http://geronimo.apache.org/xml/ns/j2ee/web-1.1

naming

http://geronimo.apache.org/xml/ns/naming-1.1

security

http://geronimo.apache.org/xml/ns/security-1.1

sys

http://geronimo.apache.org/xml/ns/deployment-1.1

xs

http://www.w3.org/2001/XMLSchema

...

Global Declarations Anchorglobalglobal

Element: web-app Anchorwebappwebapp

Element:

web-app

Name

web-app

Type

web:web-appType

Nillable

no

Abstract

no

Documentation

...

...

Global Definitions Anchorglobaldefglobaldef

Complex Type: container-configType Anchorcontainercontainer

Super-types:

None

Sub-types:

None

Name

container-configType

Abstract

No

...

...

Complex Type: web-appTypewebapp Anchorwebappwebapp

Complex Type:

web-appType

Super-types:

None

Sub-types:

None

Name

web-appType

Abstract

No

...

...

Legend

Complex Type:

AusAddress

Schema Component Type

Schema Component Name

Super-types:

Address < AusAddress (by extension)

Sub-types:

*QLDAddress (by restriction)

...

If this schema component is a type definition, its type hierarchy is shown in a gray-bordered box.

...

The table above displays the properties of this schema component.

...

...

The XML Instance Representation table above shows the schema component's content as an XML instance.

  • The minimum and maximum occurrence of elements and attributes are provided in square brackets, e.g. 0..1.
  • Model group information are shown in gray, e.g. Start Choice ... End Choice.
  • For type derivations, the elements and attributes that have been added to or changed from the base type's content are shown in bold.
  • If an element/attribute has a fixed value, the fixed value is shown in green, e.g. country="Australia".
  • Otherwise, the type of the element/attribute is displayed.
    o If the element/attribute's type is in the schema, a link is provided to it.
    o For local simple type definitions, the constraints are displayed in angle brackets.
    e.g. <pattern = [1-9][0-9]{3}/>
  • If a local element/attribute has documentation, it will be displayed in a window that pops up when the question mark inside the attribute or next to the element is clicked, e.g. <postcode>.

...

The Schema Component Representation table above displays the underlying XML representation of the schema component. (Annotations are not shown.)

...