You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

weblogic.xml 712B

123456789
  1. <?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">
  3. <wls:weblogic-version>12.1.1</wls:weblogic-version>
  4. <wls:context-root>gitblit</wls:context-root>
  5. <wls:container-descriptor>
  6. <wls:show-archived-real-path-enabled>true</wls:show-archived-real-path-enabled>
  7. <wls:prefer-web-inf-classes>true</wls:prefer-web-inf-classes>
  8. </wls:container-descriptor>
  9. </wls:weblogic-web-app>