3421N/A<?xml version="1.0" encoding="UTF-8"?>
3421N/A<!--
3421N/A
3421N/A DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
3421N/A
3421N/A Copyright (c) 1997-2010 Oracle and/or its affiliates. All rights reserved.
3421N/A
3421N/A The contents of this file are subject to the terms of either the GNU
3421N/A General Public License Version 2 only ("GPL") or the Common Development
3421N/A and Distribution License("CDDL") (collectively, the "License"). You
3421N/A may not use this file except in compliance with the License. You can
3421N/A obtain a copy of the License at
3421N/A https://glassfish.dev.java.net/public/CDDL+GPL_1_1.html
3421N/A or packager/legal/LICENSE.txt. See the License for the specific
3421N/A language governing permissions and limitations under the License.
3421N/A
3421N/A When distributing the software, include this License Header Notice in each
3421N/A file and include the License file at packager/legal/LICENSE.txt.
3421N/A
3421N/A GPL Classpath Exception:
3421N/A Oracle designates this particular file as subject to the "Classpath"
3421N/A exception as provided by Oracle in the GPL Version 2 section of the License
3421N/A file that accompanied this code.
3421N/A
3421N/A Modifications:
3421N/A If applicable, add the following below the License Header, with the fields
3421N/A enclosed by brackets [] replaced by your own identifying information:
3421N/A "Portions Copyright [year] [name of copyright owner]"
3421N/A
3421N/A Contributor(s):
3421N/A If you wish your version of this file to be governed by only the CDDL or
3421N/A only the GPL Version 2, indicate your decision by adding "[Contributor]
3421N/A elects to include this software in this distribution under the [CDDL or GPL
3421N/A Version 2] license." If you don't indicate a single choice of license, a
3421N/A recipient has the option to distribute your version of this file under
3421N/A either the CDDL, the GPL Version 2 or to extend the choice of license to
3421N/A its licensees as provided above. However, if you add GPL Version 2 code
3421N/A and therefore, elected the GPL Version 2 license, then the option applies
3421N/A only if the new code is made subject to such option by the copyright
3421N/A holder.
3421N/A
3421N/A-->
3421N/A
3421N/A<web-app version="2.4" mlns="http://java.sun.com/xml/ns/j2ee">
3421N/A <display-name>JaxwsFromWsdl</display-name>
3421N/A <description>JaxwsFromWsdl</description>
3421N/A <listener>
3421N/A <listener-class>com.sun.xml.ws.transport.http.servlet.WSServletContextListener</listener-class>
3421N/A </listener>
3421N/A <servlet>
3421N/A <servlet-name>JaxwsFromWsdl</servlet-name>
3421N/A <display-name>JaxwsFromWsdl</display-name>
3421N/A <description>JAX-WS endpoint - jaxwsfromwsdl</description>
3421N/A <servlet-class>com.sun.xml.ws.transport.http.servlet.WSServlet</servlet-class>
3421N/A <load-on-startup>1</load-on-startup>
3421N/A </servlet>
3421N/A <servlet-mapping>
3421N/A <servlet-name>JaxwsFromWsdl</servlet-name>
3421N/A <url-pattern>/addnumbers</url-pattern>
3421N/A </servlet-mapping>
3421N/A <session-config>
3421N/A <session-timeout>60</session-timeout>
3421N/A </session-config>
3421N/A</web-app>
3421N/A