Revision 126:ba591d55eb2a

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>
WebContent/WEB-INF/weblogic.xml
1
<?xml version="1.0" encoding="ISO-8859-1"?>
2
<!DOCTYPE weblogic-web-app PUBLIC "-//BEA Systems, Inc.//DTD Web Application 8.1//EN"
3
                               "http://www.bea.com/servers/wls810/dtd/weblogic810-web-jar.dtd">
4
<weblogic-web-app>
1
<?xml version="1.0" encoding="UTF-8"?>
2
<weblogic-web-app
3
	xmlns:wls="http://xmlns.oracle.com/weblogic/weblogic-web-app"
4
	xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
5
	xsi:schemaLocation="http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/web-app_2_5.xsd http://xmlns.oracle.com/weblogic/weblogic-web-app http://xmlns.oracle.com/weblogic/weblogic-web-app/1.4/weblogic-web-app.xsd">
5 6
  <container-descriptor>
6 7
    <prefer-web-inf-classes>true</prefer-web-inf-classes>
7 8
  </container-descriptor>

Also available in: Unified diff