/[projects]/android/MarketStats/WebContent/WEB-INF/web.xml
ViewVC logotype

Annotation of /android/MarketStats/WebContent/WEB-INF/web.xml

Parent Directory Parent Directory | Revision Log Revision Log


Revision 956 - (hide annotations) (download) (as text)
Mon Jul 5 09:26:06 2010 UTC (13 years, 11 months ago) by torben
File MIME type: text/xml
File size: 1074 byte(s)
This servlet was abandoned
1 torben 950 <?xml version="1.0" encoding="UTF-8"?>
2     <web-app xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://java.sun.com/xml/ns/javaee" xmlns:web="http://java.sun.com/xml/ns/javaee/web-app_2_5.xsd" xsi:schemaLocation="http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/web-app_2_5.xsd" id="WebApp_ID" version="2.5">
3     <display-name>MarketStats</display-name>
4     <welcome-file-list>
5     <welcome-file>index.html</welcome-file>
6     <welcome-file>index.jsp</welcome-file>
7     </welcome-file-list>
8     <context-param>
9     <param-name>login</param-name>
10 torben 955 <param-value></param-value>
11 torben 950 </context-param>
12     <context-param>
13     <param-name>password</param-name>
14 torben 955 <param-value></param-value>
15 torben 950 </context-param>
16     <servlet>
17     <description></description>
18     <display-name>ShowStats</display-name>
19     <servlet-name>ShowStats</servlet-name>
20     <servlet-class>dk.thoerup.marketstats.ShowStats</servlet-class>
21     </servlet>
22     <servlet-mapping>
23     <servlet-name>ShowStats</servlet-name>
24     <url-pattern>/ShowStats</url-pattern>
25     </servlet-mapping>
26     </web-app>

  ViewVC Help
Powered by ViewVC 1.1.20