1Z0-599 · Question #60
Which feature is enabled when you start a WebLogic server with the -DserverType=wlx option?
The correct answer is A. JDBC. DserverType={"wls" | "wlx"} Specifies the Server Type, which determines the set of services that are started in the server The default is "wls", which starts all WebLogic Server services, including EJB, JMS, Connector, Clustering, Deployment, and Management. The "wlx" option…
Question
Which feature is enabled when you start a WebLogic server with the -DserverType=wlx option?
Options
- AJDBC
- BJCA
- CJMS
- DEJB
- EJava EE
How the community answered
(26 responses)- A85% (22)
- C4% (1)
- D8% (2)
- E4% (1)
Explanation
DserverType={"wls" | "wlx"} Specifies the Server Type, which determines the set of services that are started in the server The default is "wls", which starts all WebLogic Server services, including EJB, JMS, Connector, Clustering, Deployment, and Management. The "wlx" option starts a server instance that excludes the following services, making for a lighter weight runtime footprint: * (not D) Enterprise JavaBeans (EJB) * (not B, not E) Java EE Connecter Architecture (JCA) * (not C) Java Message Service (JMS)
Topics
Community Discussion
No community discussion yet for this question.