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 

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> 

猜你喜欢

转载自happyqing.iteye.com/blog/1949297
今日推荐