Revision 148:06abc22d669c

View differences:

WebContent/WEB-INF/web.xml
1 1
<?xml version="1.0" encoding="UTF-8"?>
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">	
2
<web-app xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://java.sun.com/xml/ns/javaee"
3
	xsi:schemaLocation="http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/web-app_3_0.xsd" version="3.0">
6 4
	<display-name>UPass Support System</display-name>
7 5
	<context-param>
8 6
		<param-name>adminDualControl</param-name>
WebContent/WEB-INF/weblogic.xml
1 1
<?xml version="1.0" encoding="ISO-8859-1"?>
2
<weblogic-web-app xmlns:wls="http://xmlns.oracle.com/weblogic/weblogic-web-app"
3
	xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4
	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
  <container-descriptor>
6
    <prefer-web-inf-classes>true</prefer-web-inf-classes>
7
  </container-descriptor>
8
</weblogic-web-app>
2
<wls:weblogic-web-app xmlns:wls="http://www.bea.com/ns/weblogic/weblogic-web-app" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3
	xsi:schemaLocation="http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/web-app_2_5.xsd http://www.bea.com/ns/weblogic/weblogic-web-app http://www.bea.com/ns/weblogic/weblogic-web-app/1.0/weblogic-web-app.xsd">
4
	<wls:container-descriptor>
5
		<wls:prefer-web-inf-classes>true</wls:prefer-web-inf-classes>
6
	</wls:container-descriptor>
7
</wls:weblogic-web-app>

Also available in: Unified diff