/[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 957 - (hide annotations) (download) (as text)
Mon Jul 5 09:28:40 2010 UTC (13 years, 10 months ago) by torben
File MIME type: text/xml
File size: 737 byte(s)
Switch to servlet 3.0 annotations
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     </web-app>

  ViewVC Help
Powered by ViewVC 1.1.20