Weblogic配置文件- Weblogic应用程序。xml,weblogic。xml应用程序。xml、web . xml

时间:2020-12-31 21:03:49

I am aware of the 4 configuration files we use for WebLogic:
web.xml
weblogic.xml
weblogic-application.xml
application.xml

我知道我们在WebLogic: web上使用的4个配置文件。xml weblogic。xml weblogic-application。xml application.xml

My original question is:
What is the purpose of each of these files?

我最初的问题是:这些文件的目的是什么?

1 个解决方案

#1


5  

The web.xml is the standard JEE descriptor for a WAR file. The application.xml is for the EAR file. The weblogic.xml and weblogic-appliation are WebLogic specific files for the WAR and EAR respectively. See sections A and B here:

网络。xml是WAR文件的标准JEE描述符。应用程序。xml表示EAR文件。weblogic。xml和WebLogic分别是WAR和EAR的特定文件。见第A和B节:

http://docs.oracle.com/middleware/1213/wls/WBAPP/toc.htm

http://docs.oracle.com/middleware/1213/wls/WBAPP/toc.htm

#1


5  

The web.xml is the standard JEE descriptor for a WAR file. The application.xml is for the EAR file. The weblogic.xml and weblogic-appliation are WebLogic specific files for the WAR and EAR respectively. See sections A and B here:

网络。xml是WAR文件的标准JEE描述符。应用程序。xml表示EAR文件。weblogic。xml和WebLogic分别是WAR和EAR的特定文件。见第A和B节:

http://docs.oracle.com/middleware/1213/wls/WBAPP/toc.htm

http://docs.oracle.com/middleware/1213/wls/WBAPP/toc.htm