1 <?xml version="1.0" encoding="UTF-8"?>
3 <!DOCTYPE web-app PUBLIC "-//Sun Microsystems, Inc.//DTD Web Application 2.3//EN" "http://java.sun.com/dtd/web-app_2_3.dtd">
6 <display-name>ReĀ·Mote Axis Web Application</display-name>
9 <listener-class>org.apache.axis.transport.http.AxisHTTPSessionListener</listener-class>
13 <servlet-name>AxisServlet</servlet-name>
14 <display-name>Apache-Axis Servlet</display-name>
16 org.apache.axis.transport.http.AxisServlet
21 <servlet-name>AxisServlet</servlet-name>
22 <url-pattern>/index.html</url-pattern>
26 <servlet-name>AxisServlet</servlet-name>
27 <url-pattern>/services/*</url-pattern>
31 <!-- Default to 5 minute session timeouts -->
32 <session-timeout>5</session-timeout>
36 <extension>wsdl</extension>
37 <mime-type>text/xml</mime-type>
41 <extension>xsd</extension>
42 <mime-type>text/xml</mime-type>
46 <welcome-file>/index.html</welcome-file>
50 <error-code>500</error-code>
51 <location>/index.html</location>
55 <error-code>404</error-code>
56 <location>/index.html</location>