wlevs.Admin Command-Line Utility

1-10 Oracle Complex Event Processing Administrators Guide

1.4.4 Deployer Command-Line Utility

The Deployer command-line utility is a Java application that you can invoke locally or remotely to perform application deployment and application administration tasks. For more information, see Appendix B, Deployer Command-Line Reference .

1.4.5 Security Command-Line Utilities

Oracle CEP provides a variety of command-line utilities that simplify security administration. For more information, see Appendix C, Security Utilities Command-Line Reference .

1.4.6 JMX

Using standards-based interfaces that are fully compliant with the Java Management Extensions JMX specification, you can perform a wide variety of Oracle CEP server, domain, and application administration tasks programatically using JMX and Oracle CEP MBeans. For more information, see: ■ Chapter 12, Configuring JMX for Oracle CEP ■ Oracle Fusion Middleware Java API Reference for Oracle Complex Event Processing

1.5 Understanding Oracle CEP Server Administration Tasks

This section describes some of the important Oracle CEP server administration tasks, including: ■ Section 1.5.1, Creating Oracle CEP Servers and Domains ■ Section 1.5.2, Updating Oracle CEP Servers and Domains ■ Section 1.5.3, Configuring Oracle CEP Servers ■ Section 1.5.4, Starting and Stopping Oracle CEP Servers ■ Section 1.5.5, Deploying Applications to Oracle CEP Servers ■ Section 1.5.6, Managing Oracle CEP Applications, Servers, and Domains

1.5.1 Creating Oracle CEP Servers and Domains

The most important administration task is to create Oracle CEP servers and domains. For more information, see: ■ Chapter 3.1, Creating an Oracle CEP Standalone-Server Domain ■ Chapter 6.1, Creating an Oracle CEP Multi-Server Domain Using Oracle Coherence ■ Chapter 7.1, Creating an Oracle CEP Multi-Server Domain Using Oracle CEP Native Clustering

1.5.2 Updating Oracle CEP Servers and Domains

Once you create an Oracle CEP server and domain, you can update it to change its configuration or group membership. Overview of Oracle CEP Server Administration 1-11 For more information, see: ■ Chapter 3.2, Updating an Oracle CEP Standalone-Server Domain ■ Chapter 6.2, Updating an Oracle CEP Multi-Server Domain Using Oracle Coherence ■ Chapter 7.2, Updating an Oracle CEP Multi-Server Domain Using Oracle CEP Native Clustering

1.5.3 Configuring Oracle CEP Servers

Once you create an Oracle CEP server and domain, you must configure the various services they provide. For more information, see: ■ Chapter 9, Configuring Network IO for Oracle CEP ■ Chapter 10, Configuring Security for Oracle CEP ■ Chapter 11, Configuring Jetty for Oracle CEP ■ Section 12.2, Configuring JMX ■ Chapter 13, Configuring JDBC for Oracle CEP ■ Chapter 14, Configuring HTTP Publish-Subscribe for Oracle CEP ■ Chapter 15, Configuring Logging and Debugging for Oracle CEP

1.5.4 Starting and Stopping Oracle CEP Servers

After you have created an Oracle CEP domain along with at least a single server, you start a server instance so you can then deploy applications and begin running them. During upgrades and after some configuration changes, you must stop and start the Oracle CEP server. For more information, see: ■ Section 3.3, Starting and Stopping an Oracle CEP Server in a Standalone-Server Domain ■ Oracle Coherence: Section 6.5, Starting and Stopping an Oracle CEP Server in a Multi-Server Domain ■ Oracle CEP Native Clustering: Section 7.5, Starting and Stopping an Oracle CEP Server in a Multi-Server Domain

1.5.5 Deploying Applications to Oracle CEP Servers

Once you have created and configured an Oracle CEP server and domain, you can deploy Oracle CEP applications to them. For more information, see: ■ Section 4.1, Deploying an Application to an Oracle CEP Standalone-Server Domain Note: on Windows, do not stop the Oracle CEP server by clicking the Close button in the command prompt in which you started it. Always stop the Oracle CEP server using the stopwlevs.cmd script or Ctrl-C.