/[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 659 - (hide annotations) (download) (as text)
Fri Apr 23 12:31:41 2010 UTC (14 years, 1 month ago) by torben
File MIME type: text/xml
File size: 1108 byte(s)
First version
1 torben 659 <?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    
9     <context-param>
10     <param-name>login</param-name>
11     <param-value></param-value>
12     </context-param>
13    
14     <context-param>
15     <param-name>password</param-name>
16     <param-value></param-value>
17     </context-param>
18    
19     <servlet>
20     <description></description>
21     <display-name>ShowStats</display-name>
22     <servlet-name>ShowStats</servlet-name>
23     <servlet-class>dk.thoerup.marketstats.ShowStats</servlet-class>
24     </servlet>
25     <servlet-mapping>
26     <servlet-name>ShowStats</servlet-name>
27     <url-pattern>/ShowStats</url-pattern>
28     </servlet-mapping>
29     </web-app>

  ViewVC Help
Powered by ViewVC 1.1.20