Which feature is enabled when you start a WebLogic server with the --DserverType=wlx option?
-DserverType={'wls' | 'wlx'}
Specifies the Server Type, which determines the set of services that are started in the server runtime.
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)
Currently there are no comments in this discussion, be the first to comment!