8 lines
613 B
XML
8 lines
613 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<wls:weblogic-web-app xmlns:wls="http://xmlns.oracle.com/weblogic/weblogic-web-app" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 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.7/weblogic-web-app.xsd">
|
|
<wls:context-root>BAPWeb</wls:context-root>
|
|
|
|
<wls:container-descriptor>
|
|
<wls:prefer-web-inf-classes>true</wls:prefer-web-inf-classes>
|
|
</wls:container-descriptor>
|
|
</wls:weblogic-web-app> |