What is the name of the WebLogic specific deployment descriptor of Java Enterprise Application?
A.
application.xml
B.
weblogic.xml
C.
web.xml
D.
weblogic-application.xml
E.
config.xml
Explanation:
The WebLogic Server-specific deployment descriptor weblogic.xml.
If your Web application does not contain a weblogic.xml deployment descriptor, WebLogic Server
automatically selects the default values of the deployment descriptor elements.
Note:
A Web archive (WAR file) contains the files that make up a Web application. A WAR file is
deployed as a unit on one or more WebLogic Server instances. A WAR file deployed to WebLogic
Server always includes the following files:
* One servlet or Java Server Page (JSP), along with any helper classes.
* An optional web.xml deployment descriptor, which is a Java EE standard XML document that
describes the contents of a WAR file.
* A weblogic.xml deployment descriptor, which is an XML document containing WebLogic Serverspecific elements for Web applications.
* A WAR file can also include HTML or XML pages and supporting files such as image and
multimedia files.
Reference: weblogic.xml Deployment Descriptor Elements
the correct answer should be D
D, Java EE is the point here.
https://community.oracle.com/thread/2253834?tstart=0
D
Yes D correct.
application.xml -> Java EE Deployment Descriptor, enterprise application
weblogic.xml-> Weblogic Server Deployment Descriptor, Web application
web.xml Java EE Deployment Descriptor, Web application
weblogic-application.xml, Weblogic Server Deployment Descriptor, Enterprise application (good)
config.xml