Project

General

Profile

Download (1015 Bytes) Statistics
| Branch: | Tag: | Revision:
1
<?xml version="1.0" encoding="UTF-8"?>
2
<web-app version="2.4" xmlns="http://java.sun.com/xml/ns/j2ee"
3
         xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4
         xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee 
5
         http://java.sun.com/xml/ns/j2ee/web-app_2_4.xsd">
6
    <description>EDIT CDM Community Server</description>
7
    <display-name>CDM Community Server</display-name>
8

    
9
	<!-- ==================================================================
10
   		  load /WEB-INF/applicationContext.xml
11
   		  
12
   		  org.springframework.web.context.ContextLoaderListener defaults 
13
   		  to /WEB-INF/applicationContext.xml if contextConfigLocation 
14
   		  not set
15
    	 ================================================================== -->
16
    <!-- 
17
     -->
18
 
19
    <servlet-mapping>
20
        <servlet-name>default</servlet-name>
21
        <url-pattern>/</url-pattern>
22
    </servlet-mapping>
23
    <welcome-file-list>
24
        <welcome-file>index.jsp</welcome-file>
25
    </welcome-file-list>
26
     
27
</web-app>
    (1-1/1)