weblogic 12c weblogic.xml 详解
12c Release 1 (12.1.1) 英文在线文档http://docs.oracle.com/cd/E24329_01/web.1211/e21049/weblogic_xml.htm
[*] weblogic.xml Namespace Declaration and Schema Location
[*] description
[*] weblogic-version
[*] security-role-assignment
[*] run-as-role-assignment
[*] resource-description
[*] resource-env-description
[*] ejb-reference-description
[*] service-reference-description
[*] session-descriptor
[*] jsp-descriptor
[*] auth-filter
[*] container-descriptor
[*] charset-params
[*] virtual-directory-mapping
[*] url-match-map
[*] security-permission
[*] context-root
[*] wl-dispatch-policy
[*] servlet-descriptor
[*] work-manager
[*] logging
[*] library-ref
[*] fast-swap
[*] async-descriptor
[*] async-work-manager
[*] Backwards Compatibility Flags
[*] Web Container Global Configuration
weblogic.xml Namespace Declaration and Schema Location
http://xmlns.oracle.com/weblogic/weblogic-web-app/1.4/weblogic-web-app.xsd
样例
<?xml version="1.0" encoding="UTF-8"?>
<weblogic-web-app>
<container-descriptor>
<prefer-web-inf-classes>true</prefer-web-inf-classes>
</container-descriptor>
<session-descriptor>
<persistent-store-type>replicated</persistent-store-type>
</session-descriptor>
</weblogic-web-app>
页:
[1]