web工程-weblogic.xml

<?xml version="1.0" encoding="utf-8" standalone="no"?>
<weblogic-web-app
  xmlns="http://www.bea.com/ns/weblogic/90"
  xmlns:j2ee="http://java.sun.com/xml/ns/j2ee"
  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  xsi:schemaLocation="http://www.bea.com/ns/weblogic/90 http://www.bea.com/ns/weblogic/90/weblogic-web-app.xsd"> 

  <container-descriptor>
    <index-directory-enabled>true</index-directory-enabled>
  </container-descriptor>

  <context-root>/testProc</context-root>
  
  <library-ref>
    <library-name>testProclib</library-name>
    <specification-version>1.0</specification-version>
    <implementation-version>1.0</implementation-version>
    <exact-match>false</exact-match>
  </library-ref>
  
</weblogic-web-app>

你可能感兴趣的:(xml,Web,weblogic)