~mortenoh/+junk/dhis2-detailed-import-export

« back to all changes in this revision

Viewing changes to local/in/dhis-web-ga/WEB-INF/web.xml

  • Committer: larshelge at gmail
  • Date: 2009-03-03 16:46:36 UTC
  • Revision ID: larshelge@gmail.com-20090303164636-2sjlrquo7ib1gf7r
Initial check-in

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0" encoding="UTF-8"?>
 
2
<!DOCTYPE web-app PUBLIC "-//Sun Microsystems, Inc.//DTD Web Application 2.3//EN"
 
3
  "http://java.sun.com/dtd/web-app_2_3.dtd">
 
4
 
 
5
<web-app>
 
6
  
 
7
        <servlet>
 
8
        <servlet-name>ChartViewer</servlet-name>
 
9
        <servlet-class>org.hisp.gtool.servlets.ChartViewer</servlet-class>
 
10
        </servlet>
 
11
        <servlet-mapping>
 
12
        <servlet-name>ChartViewer</servlet-name>
 
13
        <url-pattern>/servlet/ChartViewer</url-pattern>
 
14
        </servlet-mapping>
 
15
 
 
16
        <welcome-file-list>
 
17
                <welcome-file>index.jsp</welcome-file>
 
18
        </welcome-file-list>
 
19
 
 
20
</web-app>
 
 
b'\\ No newline at end of file'