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

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

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 705 by torben, Tue May 4 03:48:37 2010 UTC revision 957 by torben, Mon Jul 5 09:28:40 2010 UTC
# Line 1  Line 1 
1  <?xml version="1.0" encoding="UTF-8"?>  <?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">  <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>    <display-name>MarketStats</display-name>
4    <welcome-file-list>    <welcome-file-list>
5      <welcome-file>index.html</welcome-file>      <welcome-file>index.html</welcome-file>
6      <welcome-file>index.jsp</welcome-file>      <welcome-file>index.jsp</welcome-file>
7    </welcome-file-list>    </welcome-file-list>
8        <context-param>
9    <context-param>      <param-name>login</param-name>
10          <param-name>login</param-name>      <param-value></param-value>
11          <param-value>hoerup1981@gmail.com</param-value>    </context-param>
12    </context-param>    <context-param>
13          <param-name>password</param-name>
14     <context-param>      <param-value></param-value>
15          <param-name>password</param-name>    </context-param>
         <param-value>gc93ehcv</param-value>  
   </context-param>  
     
   <servlet>  
     <description></description>  
     <display-name>ShowStats</display-name>  
     <servlet-name>ShowStats</servlet-name>  
     <servlet-class>dk.thoerup.marketstats.ShowStats</servlet-class>  
   </servlet>  
   <servlet-mapping>  
     <servlet-name>ShowStats</servlet-name>  
     <url-pattern>/ShowStats</url-pattern>  
   </servlet-mapping>  
16  </web-app>  </web-app>

Legend:
Removed from v.705  
changed lines
  Added in v.957

  ViewVC Help
Powered by ViewVC 1.1.20