Skip to content

Commit 7bd114d

Browse files
authored
Update weblogic.xml
Update to web app 3.0 xsd
1 parent e6e1dbf commit 7bd114d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/main/java/WEB-INF/weblogic.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<wls:weblogic-web-app xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:wls="http://www.bea.com/ns/weblogic/90" xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee http://java.sun.com/xml/ns/j2ee/web-app_2_4.xsd http://www.bea.com/ns/weblogic/90 http://www.bea.com/ns/weblogic/90/weblogic-web-app.xsd">
2+
<wls:weblogic-web-app xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:wls="http://www.bea.com/ns/weblogic/90" xsi:schemaLocation="http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/web-app_3_0.xsd http://www.bea.com/ns/weblogic/90 http://www.bea.com/ns/weblogic/90/weblogic-web-app.xsd">
33
<wls:weblogic-version>12.1.1</wls:weblogic-version>
44
<wls:context-root>gitblit</wls:context-root>
55
<wls:container-descriptor>
66
<wls:show-archived-real-path-enabled>true</wls:show-archived-real-path-enabled>
77
<wls:prefer-web-inf-classes>true</wls:prefer-web-inf-classes>
88
</wls:container-descriptor>
9-
</wls:weblogic-web-app>
9+
</wls:weblogic-web-app>

0 commit comments

Comments
 (0)