Weblogic Config Files - weblogic-application.xml, weblogic.xml, application.xml, web.xml

westandy picture westandy · Jun 26, 2015 · Viewed 12.2k times · Source

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

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

Answer

Brian Ochs picture Brian Ochs · Jun 26, 2015

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:

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