blob: 224e2010a58d19f3452ca2ca84d42017afc92483 [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE web-app PUBLIC '-//Sun Microsystems, Inc.//DTD Web Application 2.2//EN' 'http://java.sun.com/j2ee/dtds/web-app_2_2.dtd'>
<!--
Copyright (c) 2017, 2018 Oracle and/or its affiliates. All rights reserved.
This program and the accompanying materials are made available under the
terms of the Eclipse Public License v. 2.0, which is available at
http://www.eclipse.org/legal/epl-2.0.
This Source Code may also be made available under the following Secondary
Licenses when the conditions for such availability set forth in the
Eclipse Public License v. 2.0 are satisfied: GNU General Public License,
version 2 with the GNU Classpath Exception, which is available at
https://www.gnu.org/software/classpath/license.html.
SPDX-License-Identifier: EPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0
-->
<web-app>
<display-name>simpleservlettest</display-name>
<servlet>
<servlet-name>simpleservlettest</servlet-name>
<servlet-class>mypackage.Hello</servlet-class>
<load-on-startup>0</load-on-startup>
</servlet>
<servlet-mapping>
<servlet-name>simpleservlettest</servlet-name>
<url-pattern>/simpleservlettest</url-pattern>
</servlet-mapping>
<login-config>
<auth-method>BASIC</auth-method>
<realm-name></realm-name>
<form-login-config>
<form-login-page></form-login-page>
<form-error-page></form-error-page>
</form-login-config>
</login-config>
<ejb-ref>
<ejb-ref-name>ejb/TxBeanA</ejb-ref-name>
<ejb-ref-type>Session</ejb-ref-type>
<home>com.sun.s1peqe.transaction.txstress.ejb.beanA.TxRemoteHomeA</home>
<remote>com.sun.s1peqe.transaction.txstress.ejb.beanA.TxRemoteA</remote>
</ejb-ref>
</web-app>