File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" UTF-8" ?>
2- <web-app version =" 2.4 "
3- xmlns=" http://java.sun.com/xml/ns/j2ee " xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
4- xsi:schemaLocation=" http://java.sun.com/xml/ns/j2ee http://java.sun.com/xml/ns/j2ee /web-app_3_0.xsd" >
2+ <web-app version =" 3.0 "
3+ xmlns=" http://java.sun.com/xml/ns/javaee " 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_3_0.xsd" >
55
66 <!-- The base folder is used to specify the root location of your Gitblit data.
77
4949 <session-config >
5050 <tracking-mode >COOKIE</tracking-mode >
5151 </session-config >
52- </web-app >
52+ </web-app >
Original file line number Diff line number Diff line change 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 >
You can’t perform that action at this time.
0 commit comments