| <?xml version="1.0" encoding="UTF-8"?> | |
| <!-- | |
| Copyright (c) 2010, 2019 Mia-Software. | |
| All rights reserved. This program and the accompanying materials | |
| are made available under the terms of the Eclipse Public License v2.0 | |
| which accompanies this distribution, and is available at | |
| http://www.eclipse.org/legal/epl-v20.html | |
| Contributors: | |
| Nicolas Guyomar (Mia-Software) - initial API and implementation | |
| --> | |
| <!DOCTYPE web-app | |
| PUBLIC "-//Sun Microsystems, Inc.//DTD Web Application 2.2//EN" | |
| "http://java.sun.com/j2ee/dtds/web-app_2_2.dtd"> | |
| <web-app> | |
| <!-- TEST Modisco context-param--> | |
| <context-param> | |
| <description>description-example</description> | |
| <param-name>param-name-example</param-name> | |
| <param-value>param-value-example</param-value> | |
| </context-param> | |
| <!-- TEST Modisco Description--> | |
| <description>description-example</description> | |
| <!-- TEST Modisco display-name--> | |
| <display-name>display-name-example</display-name> | |
| <!--TEST Modisco distributable--> | |
| <distributable /> | |
| <!--TEST Modisco ejb-ref--> | |
| <ejb-ref> | |
| <description>description-example</description> | |
| <ejb-ref-name>ejb-ref-name-example</ejb-ref-name> | |
| <ejb-ref-type>ejb-ref-type-example</ejb-ref-type> | |
| <home>home-example</home> | |
| <remote>remote-example</remote> | |
| <ejb-link>ejb-link-example</ejb-link> | |
| </ejb-ref> | |
| <!--TEST Modisco env-entry--> | |
| <env-entry> | |
| <description>description-example</description> | |
| <env-entry-name>env-entry-name-example</env-entry-name> | |
| <env-entry-value>env-entry-value-example</env-entry-value> | |
| <env-entry-type>env-entry-type-example</env-entry-type> | |
| </env-entry> | |
| <!-- TEST Modisco error-page --> | |
| <error-page> | |
| <error-code>error-code-example</error-code> | |
| <exception-type>exception-type-example</exception-type> | |
| <location>location-example</location> | |
| </error-page> | |
| <!-- TEST Modisco icon--> | |
| <icon> | |
| <small-icon>small-icon-example</small-icon> | |
| <large-icon>large-icon-example</large-icon> | |
| </icon> | |
| <!-- TEST Modisco login-config--> | |
| <login-config> | |
| <auth-method> | |
| auth-method-example | |
| </auth-method> | |
| <realm-name>realm-name-example</realm-name> | |
| <form-login-config> | |
| <form-login-page>form-login-pagep-example</form-login-page> | |
| <form-error-page>form-error-page-example</form-error-page> | |
| </form-login-config> | |
| </login-config> | |
| <!-- TEST Modisco mime-mapping--> | |
| <mime-mapping> | |
| <extension>extension-example</extension> | |
| <mime-type>mime-type-example</mime-type> | |
| </mime-mapping> | |
| <!-- TEST Modisco resource-ref--> | |
| <resource-ref> | |
| <description>description-example</description> | |
| <res-ref-name>res-ref-name-example</res-ref-name> | |
| <res-type>res-type-example</res-type> | |
| <res-auth>res-auth-example</res-auth> | |
| </resource-ref> | |
| <!-- TEST Modisco security-constraint--> | |
| <security-constraint> | |
| <web-resource-collection> | |
| <web-resource-name>web-resource-name-example</web-resource-name> | |
| <description>description-example</description> | |
| <url-pattern>url-pattern-example</url-pattern> | |
| <http-method>http-method-example</http-method> | |
| </web-resource-collection> | |
| <auth-constraint> | |
| <description>description-example</description> | |
| <role-name>role-name-example</role-name> | |
| </auth-constraint> | |
| <user-data-constraint> | |
| <description>description-example</description> | |
| <transport-guarantee> | |
| transport-guarantee-example | |
| </transport-guarantee> | |
| </user-data-constraint> | |
| </security-constraint> | |
| <!-- TEST Modisco security-role--> | |
| <security-role> | |
| <description>description-example</description> | |
| <role-name>role-name-example</role-name> | |
| </security-role> | |
| <!-- TEST Modisco servlet --> | |
| <servlet> | |
| <description>description-example</description> | |
| <display-name>display-name-example</display-name> | |
| <icon> | |
| <small-icon>small-icon-example</small-icon> | |
| <large-icon>large-icon-example</large-icon> | |
| </icon> | |
| <servlet-name>servlet-name-example</servlet-name> | |
| <servlet-class>servlet-class-example</servlet-class> | |
| <init-param> | |
| <param-name>param-name-example</param-name> | |
| <param-value>param-value-example</param-value> | |
| </init-param> | |
| <load-on-startup>load-on-startup-example</load-on-startup> | |
| <security-role-ref> | |
| <description>description-example</description> | |
| <role-name>role-name-example</role-name> | |
| <role-link>role-link-example</role-link> | |
| </security-role-ref> | |
| </servlet> | |
| <!-- TEST Modisco servlet-mapping--> | |
| <servlet-mapping> | |
| <servlet-name>servlet-name-example</servlet-name> | |
| <url-pattern>url-pattern-example</url-pattern> | |
| </servlet-mapping> | |
| <!-- TEST Modisco session-config--> | |
| <session-config> | |
| <session-timeout>session-timeout-example</session-timeout> | |
| </session-config> | |
| <!-- TEST Tag Library Descriptors --> | |
| <taglib> | |
| <taglib-uri>taglib-uri-example</taglib-uri> | |
| <taglib-location>taglib-location-example</taglib-location> | |
| </taglib> | |
| <!-- TEST Modisco welcome-file-list--> | |
| <welcome-file-list> | |
| <welcome-file>welcome-file-example</welcome-file> | |
| </welcome-file-list> | |
| </web-app> |