Revision 126:ba591d55eb2a WebContent/WEB-INF/web.xml

View differences:

WebContent/WEB-INF/web.xml
1 1
<?xml version="1.0" encoding="UTF-8"?>
2
<web-app xmlns="http://java.sun.com/xml/ns/javaee" xmlns:web="http://java.sun.com/xml/ns/javaee/web-app_2_5.xsd"
3
	xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" id="WebApp_ID" version="3.0">
2
<web-app xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3
	xmlns="http://java.sun.com/xml/ns/javaee" xmlns:web="http://java.sun.com/xml/ns/javaee/web-app_2_5.xsd"
4
	xsi:schemaLocation="http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/web-app_3_0.xsd"
5
	id="WebApp_ID" version="3.0">	
6
	
4 7
	<display-name>M2U UPass Web Services</display-name>
5 8
	<welcome-file-list>
6 9
		<welcome-file>index.html</welcome-file>

Also available in: Unified diff