jetty Configuration Object Configuring a Jetty Server Instance

12-2 Oracle Complex Event Processing Administrators Guide You can dynamically configure each component in the EPN using managed beans, or MBeans. Typical configuration tasks include adding and removing Oracle CQL or EPL rules, changing channel max size, subscribing to notifications, and executing operations. You manipulate the MBeans using any of the following: ■ Oracle CEP Visualizer: the Oracle CEP graphical administration console. For more information, see Oracle Complex Event Processing Visualizer Users Guide. ■ wlevs.Admin: the Oracle CEP command-line administration utility. For more information, see Appendix A, wlevs.Admin Command-Line Reference . ■ Deployer: the Oracle CEP command-line deployment utility. For more information, see Appendix B, Deployer Command-Line Reference . ■ jconsole: the JMX console that the Java JDK provides. ■ Your own Java code using standard JMX APIs: http:java.sun.comjavasetechnologiescoremntr-mgmtjavama nagement. This section describes: ■ Section 12.1.2.1, Accessing the Oracle CEP JMX Server ■ Section 12.1.2.2, Accessing Configuration MBeans ■ Section 12.1.2.3, Accessing Oracle CEP Runtime MBeans For more information, see: ■ Section 12.1.3, Understanding Oracle CEP MBeans ■ Section 12.3, Managing With JMX

12.1.2.1 Accessing the Oracle CEP JMX Server

To access Oracle CEP MBeans, you must first connect to the Oracle CEP JMX server. Oracle CEP does not support the JRMP protocol. Instead, JMX clients must use the more secure MSA protocol for both local and remote access to the Oracle CEP JMX server. When you connect to the Oracle CEP JMX server that is running on localhost or on a remote host, you must copy the following Oracle CEP server JAR files to the client classpath of the host from which you want to connect to the Oracle CEP server: ■ ORACLE_CEP_HOME \modules\com.bea.core.jmx_8.0.0.0.jar ■ ORACLE_CEP_HOME \modules\com.bea.core.rmi_7.0.0.0.jar ■ ORACLE_CEP_HOME \modules\com.bea.core.jndi.context_8.0.0.0.jar ■ ORACLE_CEP_HOME \modules\com.bea.core.logging_1.8.0.0.jar ■ ORACLE_CEP_HOME \modules\com.bea.core.bootbundle_11.0.0.0.jar Note: Components are also sometimes referred to as stages, in particular in the management Javadocs. However, for consistency with the rest of the Oracle CEP documentation, this section uses the term components.