<?xml version="1.0" encoding="ISO-8859-1"?>
None.gif
None.gif
<!--
None.gifCopyright 1999 Sun Microsystems, Inc. 901 San Antonio Road,
None.gifPalo Alto, CA  94303, U.S.A.  All rights reserved.
None.gif 
None.gifThis product or document is protected by copyright and distributed
None.gifunder licenses restricting its use, copying, distribution, and
None.gifdecompilation.  No part of this product or documentation may be
None.gifreproduced in any form by any means without prior written authorization
None.gifof Sun and its licensors, if any.  
None.gif
None.gifThird party software, including font technology, is copyrighted and 
None.giflicensed from Sun suppliers. 
None.gif
None.gifSun, Sun Microsystems, the Sun Logo, Solaris, Java, JavaServer Pages, Java 
None.gifNaming and Directory Interface, JDBC, JDK, JavaMail and Enterprise JavaBeans, 
None.gifare trademarks or registered trademarks of Sun Microsystems, Inc in the U.S. 
None.gifand other countries.
None.gif
None.gifAll SPARC trademarks are used under license and are trademarks
None.gifor registered trademarks of SPARC International, Inc.
None.gifin the U.S. and other countries. Products bearing SPARC
None.giftrademarks are based upon an architecture developed by Sun Microsystems, Inc. 
None.gif
None.gifPostScript is a registered trademark of Adobe Systems, Inc. 
None.gif
None.gif 
None.gifFederal Acquisitions: Commercial Software - Government Users Subject to 
None.gifStandard License Terms and Conditions.
None.gif
None.gif
None.gif 
None.gifDOCUMENTATION IS PROVIDED "AS IS" AND ALL EXPRESS OR IMPLIED
None.gifCONDITIONS, REPRESENTATIONS AND WARRANTIES, INCLUDING ANY
None.gifIMPLIED WARRANTY OF MERCHANTABILITY, FITNESS FOR A PARTICULAR
None.gifPURPOSE OR NON-INFRINGEMENT, ARE DISCLAIMED, EXCEPT
None.gifTO THE EXTENT THAT SUCH DISCLAIMERS ARE HELD TO BE LEGALLY
None.gifINVALID.
None.gif
None.gif_________________________________________________________________________
None.gifCopyright 1999 Sun Microsystems, Inc., 
None.gif901 San Antonio Road, Palo Alto, CA  94303, Etats-Unis. 
None.gifTous droits re'serve's.
None.gif 
None.gif
None.gifCe produit ou document est prote'ge' par un copyright et distribue' avec 
None.gifdes licences qui en restreignent l'utilisation, la copie, la distribution,
None.gifet la de'compilation.  Aucune partie de ce produit ou de sa documentation
None.gifassocie'e ne peut e^tre reproduite sous aucune forme, par quelque moyen 
None.gifque ce soit, sans l'autorisation pre'alable et e'crite de Sun et de ses 
None.gifbailleurs de licence, s'il y en a.  
None.gif
None.gifLe logiciel de'tenu par des tiers, et qui comprend la technologie 
None.gifrelative aux polices de caracte`res, est prote'ge' par un copyright 
None.gifet licencie' par des fournisseurs de Sun.
None.gif 
None.gifSun, Sun Microsystems, le logo Sun, Solaris, Java, JavaServer Pages, Java 
None.gifNaming and Directory Interface, JDBC, JDK, JavaMail, et Enterprise JavaBeans,  
None.gifsont des marques de fabrique ou des marques de'pose'es de Sun 
None.gifMicrosystems, Inc. aux Etats-Unis et dans d'autres pays.
None.gif 
None.gifToutes les marques SPARC sont utilise'es sous licence et sont
None.gifdes marques de fabrique ou des marques de'pose'es de SPARC
None.gifInternational, Inc. aux Etats-Unis et  dans
None.gifd'autres pays. Les produits portant les marques SPARC sont
None.gifbase's sur une architecture de'veloppe'e par Sun Microsystems, Inc.  
None.gif
None.gifPostcript est une marque enregistre'e d'Adobe Systems Inc. 
None.gif 
None.gifLA DOCUMENTATION EST FOURNIE "EN L'ETAT" ET TOUTES AUTRES CONDITIONS,
None.gifDECLARATIONS ET GARANTIES EXPRESSES OU TACITES SONT FORMELLEMENT EXCLUES,
None.gifDANS LA MESURE AUTORISEE PAR LA LOI APPLICABLE, Y COMPRIS NOTAMMENT
None.gifTOUTE GARANTIE IMPLICITE RELATIVE A LA QUALITE MARCHANDE, A L'APTITUDE
None.gifA UNE UTILISATION PARTICULIERE OU A L'ABSENCE DE CONTREFACON.
None.gif
-->
None.gif
None.gif
<!--
None.gifThe web-app element is the root of the deployment descriptor for
None.gifa web application
None.gif
-->
None.gif
None.gif
<!ELEMENT web-app (icon?, display-name?, description?, distributable?,
None.gifcontext-param*, servlet*, servlet-mapping*, session-config?,
None.gifmime-mapping*, welcome-file-list?, error-page*, taglib*,
None.gifresource-ref*, security-constraint*, login-config?, security-role*,
None.gifenv-entry*, ejb-ref*)
>
None.gif
None.gif
<!--
None.gifThe icon element contains a small-icon and a large-icon element
None.gifwhich specify the location within the web application for a small and
None.giflarge p_w_picpath used to represent the web application in a GUI tool. At a
None.gifminimum, tools must accept GIF and JPEG format p_w_picpaths.
None.gif
-->
None.gif
None.gif
<!ELEMENT icon (small-icon?, large-icon?)>
None.gif
None.gif
<!--
None.gifThe small-icon element contains the location within the web
None.gifapplication of a file containing a small (16x16 pixel) icon p_w_picpath.
None.gif
-->
None.gif
None.gif
<!ELEMENT small-icon (#PCDATA)>
None.gif
None.gif
<!--
None.gifThe large-icon element contains the location within the web
None.gifapplication of a file containing a large (32x32 pixel) icon p_w_picpath.
None.gif
-->
None.gif
None.gif
<!ELEMENT large-icon (#PCDATA)>
None.gif
None.gif
<!--
None.gifThe display-name element contains a short name that is intended
None.gifto be displayed by GUI tools
None.gif
-->
None.gif
None.gif
<!ELEMENT display-name (#PCDATA)>
None.gif
None.gif
<!--
None.gifThe description element is used to provide descriptive text about
None.gifthe parent element.
None.gif
-->
None.gif
None.gif
<!ELEMENT description (#PCDATA)>
None.gif
None.gif
<!--
None.gifThe distributable element, by its presence in a web application
None.gifdeployment descriptor, indicates that this web application is
None.gifprogrammed appropriately to be deployed into a distributed servlet
None.gifcontainer
None.gif
-->
None.gif
None.gif
<!ELEMENT distributable EMPTY>
None.gif
None.gif
<!--
None.gifThe context-param element contains the declaration of a web
None.gifapplication's servlet context initialization parameters.
None.gif
-->
None.gif
None.gif
<!ELEMENT context-param (param-name, param-value, description?)>
None.gif
None.gif
<!--
None.gifThe param-name element contains the name of a parameter.
None.gif
-->
None.gif
None.gif
<!ELEMENT param-name (#PCDATA)>
None.gif
None.gif
<!--
None.gifThe param-value element contains the value of a parameter.
None.gif
-->
None.gif
None.gif
<!ELEMENT param-value (#PCDATA)>
None.gif
None.gif
<!--
None.gifThe servlet element contains the declarative data of a
None.gifservlet. If a jsp-file is specified and the load-on-startup element is
None.gifpresent, then the JSP should be precompiled and loaded.
None.gif
-->
None.gif
None.gif
<!ELEMENT servlet (icon?, servlet-name, display-name?, description?,
None.gif(servlet-class|jsp-file), init-param*, load-on-startup?, security-role-ref*)
>
None.gif
None.gif
<!--
None.gifThe servlet-name element contains the canonical name of the
None.gifservlet.
None.gif
-->
None.gif
None.gif
<!ELEMENT servlet-name (#PCDATA)>
None.gif
None.gif
<!--
None.gifThe servlet-class element contains the fully qualified class name
None.gifof the servlet.
None.gif
-->
None.gif
None.gif
<!ELEMENT servlet-class (#PCDATA)>
None.gif
None.gif
<!--
None.gifThe jsp-file element contains the full path to a JSP file within
None.gifthe web application.
None.gif
-->
None.gif
None.gif
<!ELEMENT jsp-file (#PCDATA)>
None.gif
None.gif
<!--
None.gifThe init-param element contains a name/value pair as an
None.gifinitialization param of the servlet
None.gif
-->
None.gif
None.gif
<!ELEMENT init-param (param-name, param-value, description?)>
None.gif
None.gif
<!--
None.gifThe load-on-startup element indicates that this servlet should be
None.gifloaded on the startup of the web application. The optional contents of
None.gifthese element must be a positive integer indicating the order in which
None.gifthe servlet should be loaded. Lower integers are loaded before higher
None.gifintegers. If no value is specified, or if the value specified is not a
None.gifpositive integer, the container is free to load it at any time in the
None.gifstartup sequence.
None.gif
-->
None.gif
None.gif
<!ELEMENT load-on-startup (#PCDATA)>
None.gif
None.gif
<!--
None.gifThe servlet-mapping element defines a mapping between a servlet
None.gifand a url pattern
None.gif
-->
None.gif
None.gif
<!ELEMENT servlet-mapping (servlet-name, url-pattern)>
None.gif
None.gif
<!--
None.gifThe url-pattern element contains the url pattern of the
None.gifmapping. Must follow the rules specified in Section 10 of the Servlet
None.gifAPI Specification.
None.gif
-->
None.gif
None.gif
<!ELEMENT url-pattern (#PCDATA)>
None.gif
None.gif
<!--
None.gifThe session-config element defines the session parameters for
None.gifthis web application.
None.gif
-->
None.gif
None.gif
<!ELEMENT session-config (session-timeout?)>
None.gif
None.gif
<!--
None.gifThe session-timeout element defines the default session timeout
None.gifinterval for all sessions created in this web application. The
None.gifspecified timeout must be expressed in a whole number of minutes.
None.gif
-->
None.gif
None.gif
<!ELEMENT session-timeout (#PCDATA)>
None.gif
None.gif
<!--
None.gifThe mime-mapping element defines a mapping between an extension
None.gifand a mime type.
None.gif
-->
None.gif
None.gif
<!ELEMENT mime-mapping (extension, mime-type)>
None.gif
None.gif
<!--
None.gifThe extension element contains a string describing an
None.gifextension. example: "txt"
None.gif
-->
None.gif
None.gif
<!ELEMENT extension (#PCDATA)>
None.gif
None.gif
<!--
None.gifThe mime-type element contains a defined mime type. example:
None.gif"text/plain"
None.gif
-->
None.gif
None.gif
<!ELEMENT mime-type (#PCDATA)>
None.gif
None.gif
<!--
None.gifThe welcome-file-list contains an ordered list of welcome files
None.gifelements.
None.gif
-->
None.gif
None.gif
<!ELEMENT welcome-file-list (welcome-file+)>
None.gif
None.gif
<!--
None.gifThe welcome-file element contains file name to use as a default
None.gifwelcome file, such as index.html
None.gif
-->
None.gif
None.gif
<!ELEMENT welcome-file (#PCDATA)>
None.gif
None.gif
<!--
None.gifThe taglib element is used to describe a JSP tag library.
None.gif
-->
None.gif
None.gif
<!ELEMENT taglib (taglib-uri, taglib-location)>
None.gif
None.gif
<!--
None.gifThe taglib-uri element describes a URI, relative to the location
None.gifof the web.xml document, identifying a Tag Library used in the Web
None.gifApplication.
None.gif
-->
None.gif
None.gif
<!ELEMENT taglib-uri (#PCDATA)>
None.gif
None.gif
<!--
None.gifthe taglib-location element contains the location (as a resource
None.gifrelative to the root of the web application) where to find the Tag
None.gifLibary Description file for the tag library.
None.gif
-->
None.gif
None.gif
<!ELEMENT taglib-location (#PCDATA)>
None.gif
None.gif
<!--
None.gifThe error-page element contains a mapping between an error code
None.gifor exception type to the path of a resource in the web application
None.gif
-->
None.gif
None.gif
<!ELEMENT error-page ((error-code | exception-type), location)>
None.gif
None.gif
<!--
None.gifThe error-code contains an HTTP error code, ex: 404
None.gif
-->
None.gif
None.gif
<!ELEMENT error-code (#PCDATA)>
None.gif
None.gif
<!--
None.gifThe exception type contains a fully qualified class name of a
None.gifJava exception type.
None.gif
-->
None.gif
None.gif
<!ELEMENT exception-type (#PCDATA)>
None.gif
None.gif
<!--
None.gifThe location element contains the location of the resource in the
None.gifweb application
None.gif
-->
None.gif
None.gif
<!ELEMENT location (#PCDATA)>
None.gif
None.gif
<!--
None.gifThe resource-ref element contains a declaration of a Web
None.gifApplication's reference to an external resource.
None.gif
-->
None.gif
None.gif
<!ELEMENT resource-ref (description?, res-ref-name, res-type, res-auth)>
None.gif
None.gif
<!--
None.gifThe res-ref-name element specifies the name of the resource
None.giffactory reference name.
None.gif
-->
None.gif
None.gif
<!ELEMENT res-ref-name (#PCDATA)>
None.gif
None.gif
<!--
None.gifThe res-type element specifies the (Java class) type of the data
None.gifsource.
None.gif
-->
None.gif
None.gif
<!ELEMENT res-type (#PCDATA)>
None.gif
None.gif
<!--
None.gifThe res-auth element indicates whether the application component
None.gifcode performs resource signon programmatically or whether the
None.gifcontainer signs onto the resource based on the principle mapping
None.gifinformation supplied by the deployer. Must be CONTAINER or SERVLET
None.gif
-->
None.gif
None.gif
<!ELEMENT res-auth (#PCDATA)>
None.gif
None.gif
<!--
None.gifThe security-constraint element is used to associate security
None.gifconstraints with one or more web resource collections
None.gif
-->
None.gif
None.gif
<!ELEMENT security-constraint (web-resource-collection+,
None.gifauth-constraint?, user-data-constraint?)
>
None.gif
None.gif
<!--
None.gifThe web-resource-collection element is used to identify a subset
None.gifof the resources and HTTP methods on those resources within a web
None.gifapplication to which a security constraint applies. If no HTTP methods
None.gifare specified, then the security constraint applies to all HTTP
None.gifmethods.
None.gif
-->
None.gif
None.gif
<!ELEMENT web-resource-collection (web-resource-name, description?,
None.gifurl-pattern*, http-method*)
>
None.gif
None.gif
<!--
None.gifThe web-resource-name contains the name of this web resource
None.gifcollection
None.gif
-->
None.gif
None.gif
<!ELEMENT web-resource-name (#PCDATA)>
None.gif
None.gif
<!--
None.gifThe http-method contains an HTTP method (GET | POST |dot.gif)
None.gif
-->
None.gif
None.gif
<!ELEMENT http-method (#PCDATA)>
None.gif
None.gif
<!--
None.gifThe user-data-constraint element is used to indicate how data
None.gifcommunicated between the client and container should be protected
None.gif
-->
None.gif
None.gif
<!ELEMENT user-data-constraint (description?, transport-guarantee)>
None.gif
None.gif
<!--
None.gifThe transport-guarantee element specifies that the communication
None.gifbetween client and server should be NONE, INTEGRAL, or
None.gifCONFIDENTIAL. NONE means that the application does not require any
None.giftransport guarantees. A value of INTEGRAL means that the application
None.gifrequires that the data sent between the client and server be sent in
None.gifsuch a way that it can't be changed in transit. CONFIDENTIAL means
None.gifthat the application requires that the data be transmitted in a
None.giffashion that prevents other entities from observing the contents of
None.gifthe transmission. In most cases, the presence of the INTEGRAL or
None.gifCONFIDENTIAL flag will indicate that the use of SSL is required.
None.gif
-->
None.gif
None.gif
<!ELEMENT transport-guarantee (#PCDATA)>
None.gif
None.gif
<!--
None.gifThe auth-constraint element indicates the user roles that should
None.gifbe permitted access to this resource collection. The role used here
None.gifmust appear in a security-role-ref element.
None.gif
-->
None.gif
None.gif
<!ELEMENT auth-constraint (description?, role-name*)>
None.gif
None.gif
<!--
None.gifThe role-name element contains the name of a security role.
None.gif
-->
None.gif
None.gif
<!ELEMENT role-name (#PCDATA)>
None.gif
None.gif
<!--
None.gifThe login-config element is used to configure the authentication
None.gifmethod that should be used, the realm name that should be used for
None.gifthis application, and the attributes that are needed by the form login
None.gifmechanism.
None.gif
-->
None.gif
None.gif
<!ELEMENT login-config (auth-method?, realm-name?, form-login-config?)>
None.gif
None.gif
<!--
None.gifThe realm name element specifies the realm name to use in HTTP
None.gifBasic authorization
None.gif
-->
None.gif
None.gif
<!ELEMENT realm-name (#PCDATA)>
None.gif
None.gif
<!--
None.gifThe form-login-config element specifies the login and error pages
None.gifthat should be used in form based login. If form based authentication
None.gifis not used, these elements are ignored.
None.gif
-->
None.gif
None.gif
<!ELEMENT form-login-config (form-login-page, form-error-page)>
None.gif
None.gif
<!--
None.gifThe form-login-page element defines the location in the web app
None.gifwhere the page that can be used for login can be found
None.gif
-->
None.gif
None.gif
<!ELEMENT form-login-page (#PCDATA)>
None.gif
None.gif
<!--
None.gifThe form-error-page element defines the location in the web app
None.gifwhere the error page that is displayed when login is not successful
None.gifcan be found
None.gif
-->
None.gif
None.gif
<!ELEMENT form-error-page (#PCDATA)>
None.gif
None.gif
<!--
None.gifThe auth-method element is used to configure the authentication
None.gifmechanism for the web application. As a prerequisite to gaining access
None.gifto any web resources which are protected by an authorization
None.gifconstraint, a user must have authenticated using the configured
None.gifmechanism. Legal values for this element are "BASIC", "DIGEST",
None.gif"FORM", or "CLIENT-CERT".
None.gif
-->
None.gif
None.gif
<!ELEMENT auth-method (#PCDATA)>
None.gif
None.gif
<!--
None.gifThe security-role element contains the declaration of a security
None.gifrole which is used in the security-constraints placed on the web
None.gifapplication.
None.gif
-->
None.gif
None.gif
<!ELEMENT security-role (description?, role-name)>
None.gif
None.gif
<!--
None.gifThe role-name element contains the name of a role. This element
None.gifmust contain a non-empty string.
None.gif
-->
None.gif
None.gif
<!ELEMENT security-role-ref (description?, role-name, role-link)>
None.gif
None.gif
<!--
None.gifThe role-link element is used to link a security role reference
None.gifto a defined security role. The role-link element must contain the
None.gifname of one of the security roles defined in the security-role
None.gifelements.
None.gif
-->
None.gif
None.gif
<!ELEMENT role-link (#PCDATA)>
None.gif
None.gif
<!--
None.gifThe env-entry element contains the declaration of an
None.gifapplication's environment entry. This element is required to be
None.gifhonored on in J2EE compliant servlet containers.
None.gif
-->
None.gif
None.gif
<!ELEMENT env-entry (description?, env-entry-name, env-entry-value?,
None.gifenv-entry-type)
>
None.gif
None.gif
<!--
None.gifThe env-entry-name contains the name of an application's
None.gifenvironment entry
None.gif
-->
None.gif
None.gif
<!ELEMENT env-entry-name (#PCDATA)>
None.gif
None.gif
<!--
None.gifThe env-entry-value element contains the value of an
None.gifapplication's environment entry
None.gif
-->
None.gif
None.gif
<!ELEMENT env-entry-value (#PCDATA)>
None.gif
None.gif
<!--
None.gifThe env-entry-type element contains the fully qualified Java type
None.gifof the environment entry value that is expected by the application
None.gifcode. The following are the legal values of env-entry-type:
None.gifjava.lang.Boolean, java.lang.String, java.lang.Integer,
None.gifjava.lang.Double, java.lang.Float.
None.gif
-->
None.gif
None.gif
<!ELEMENT env-entry-type (#PCDATA)>
None.gif
None.gif
<!--
None.gifThe ejb-ref element is used to declare a reference to an
None.gifenterprise bean. 
None.gif
-->
None.gif
None.gif
<!ELEMENT ejb-ref (description?, ejb-ref-name, ejb-ref-type, home, remote,
None.gifejb-link?)
>
None.gif
None.gif
<!--
None.gifThe ejb-ref-name element contains the name of an EJB
None.gifreference. This is the JNDI name that the servlet code uses to get a
None.gifreference to the enterprise bean.
None.gif
-->
None.gif
None.gif
<!ELEMENT ejb-ref-name (#PCDATA)>
None.gif
None.gif
<!--
None.gifThe ejb-ref-type element contains the expected java class type of
None.gifthe referenced EJB.
None.gif
-->
None.gif
None.gif
<!ELEMENT ejb-ref-type (#PCDATA)>
None.gif
None.gif
<!--
None.gifThe ejb-home element contains the fully qualified name of the
None.gifEJB's home interface
None.gif
-->
None.gif
None.gif
<!ELEMENT home (#PCDATA)>
None.gif
None.gif
<!--
None.gifThe ejb-remote element contains the fully qualified name of the
None.gifEJB's remote interface
None.gif
-->
None.gif
None.gif
<!ELEMENT remote (#PCDATA)>
None.gif
None.gif
<!--
None.gifThe ejb-link element is used in the ejb-ref element to specify
None.gifthat an EJB reference is linked to an EJB in an encompassing Java2
None.gifEnterprise Edition (J2EE) application package. The value of the
None.gifejb-link element must be the ejb-name of and EJB in the J2EE
None.gifapplication package.
None.gif
-->
None.gif
None.gif
<!ELEMENT ejb-link (#PCDATA)>
None.gif
None.gif
<!--
None.gifThe ID mechanism is to allow tools to easily make tool-specific
None.gifreferences to the elements of the deployment descriptor. This allows
None.giftools that produce additional deployment information (i.e information
None.gifbeyond the standard deployment descriptor information) to store the
None.gifnon-standard information in a separate file, and easily refer from
None.gifthese tools-specific files to the information in the standard web-app
None.gifdeployment descriptor.
None.gif
-->
None.gif
None.gif
<!ATTLIST web-app id ID #IMPLIED>
None.gif
<!ATTLIST icon id ID #IMPLIED>
None.gif
<!ATTLIST small-icon id ID #IMPLIED>
None.gif
<!ATTLIST large-icon id ID #IMPLIED>
None.gif
<!ATTLIST display-name id ID #IMPLIED>
None.gif
<!ATTLIST description id ID #IMPLIED>
None.gif
<!ATTLIST distributable id ID #IMPLIED>
None.gif
<!ATTLIST context-param id ID #IMPLIED>
None.gif
<!ATTLIST param-name id ID #IMPLIED>
None.gif
<!ATTLIST param-value id ID #IMPLIED>
None.gif
<!ATTLIST servlet id ID #IMPLIED>
None.gif
<!ATTLIST servlet-name id ID #IMPLIED>
None.gif
<!ATTLIST servlet-class id ID #IMPLIED>
None.gif
<!ATTLIST jsp-file id ID #IMPLIED>
None.gif
<!ATTLIST init-param id ID #IMPLIED>
None.gif
<!ATTLIST load-on-startup id ID #IMPLIED>
None.gif
<!ATTLIST servlet-mapping id ID #IMPLIED>
None.gif
<!ATTLIST url-pattern id ID #IMPLIED>
None.gif
<!ATTLIST session-config id ID #IMPLIED>
None.gif
<!ATTLIST session-timeout id ID #IMPLIED>
None.gif
<!ATTLIST mime-mapping id ID #IMPLIED>
None.gif
<!ATTLIST extension id ID #IMPLIED>
None.gif
<!ATTLIST mime-type id ID #IMPLIED>
None.gif
<!ATTLIST welcome-file-list id ID #IMPLIED>
None.gif
<!ATTLIST welcome-file id ID #IMPLIED>
None.gif
<!ATTLIST taglib id ID #IMPLIED>
None.gif
<!ATTLIST taglib-uri id ID #IMPLIED>
None.gif
<!ATTLIST taglib-location id ID #IMPLIED>
None.gif
<!ATTLIST error-page id ID #IMPLIED>
None.gif
<!ATTLIST error-code id ID #IMPLIED>
None.gif
<!ATTLIST exception-type id ID #IMPLIED>
None.gif
<!ATTLIST location id ID #IMPLIED>
None.gif
<!ATTLIST resource-ref id ID #IMPLIED>
None.gif
<!ATTLIST res-ref-name id ID #IMPLIED>
None.gif
<!ATTLIST res-type id ID #IMPLIED>
None.gif
<!ATTLIST res-auth id ID #IMPLIED>
None.gif
<!ATTLIST security-constraint id ID #IMPLIED>
None.gif
<!ATTLIST web-resource-collection id ID #IMPLIED>
None.gif
<!ATTLIST web-resource-name id ID #IMPLIED>
None.gif
<!ATTLIST http-method id ID #IMPLIED>
None.gif
<!ATTLIST user-data-constraint id ID #IMPLIED>
None.gif
<!ATTLIST transport-guarantee id ID #IMPLIED>
None.gif
<!ATTLIST auth-constraint id ID #IMPLIED>
None.gif
<!ATTLIST role-name id ID #IMPLIED>
None.gif
<!ATTLIST login-config id ID #IMPLIED>
None.gif
<!ATTLIST realm-name id ID #IMPLIED>
None.gif
<!ATTLIST form-login-config id ID #IMPLIED>
None.gif
<!ATTLIST form-login-page id ID #IMPLIED>
None.gif
<!ATTLIST form-error-page id ID #IMPLIED>
None.gif
<!ATTLIST auth-method id ID #IMPLIED>
None.gif
<!ATTLIST security-role id ID #IMPLIED>
None.gif
<!ATTLIST security-role-ref id ID #IMPLIED>
None.gif
<!ATTLIST role-link id ID #IMPLIED>
None.gif
<!ATTLIST env-entry id ID #IMPLIED>
None.gif
<!ATTLIST env-entry-name id ID #IMPLIED>
None.gif
<!ATTLIST env-entry-value id ID #IMPLIED>
None.gif
<!ATTLIST env-entry-type id ID #IMPLIED>
None.gif
<!ATTLIST ejb-ref id ID #IMPLIED>
None.gif
<!ATTLIST ejb-ref-name id ID #IMPLIED>
None.gif
<!ATTLIST ejb-ref-type id ID #IMPLIED>
None.gif
<!ATTLIST home id ID #IMPLIED>
None.gif
<!ATTLIST remote id ID #IMPLIED>
None.gif
<!ATTLIST ejb-link id ID #IMPLIED>