Managing Oracle CEP Applications, Servers, and Domains

Part II Part II Standalone-Server Domains Part II contains the following chapters: ■ Chapter 2, Introduction to Standalone-Server Domains ■ Chapter 3, Administrating Oracle CEP Standalone-Server Domains ■ Chapter 4, Deploying Applications to Standalone-Server Domains 2 Introduction to Standalone-Server Domains 2-1 2 Introduction to Standalone-Server Domains This chapter describes Oracle CEP stand-alone server domains and includes links to relevant information.

2.1 Overview of Oracle CEP Standalone-Server Domain Administration

An Oracle CEP standalone-server domain is a domain that contains a single Oracle CEP server. This is the type of domain created by default by the Configuration Wizard and is the starting point for a multi-server domain. For more information, see: ■ Section 1.1, Understanding Oracle CEP Servers and Domains ■ Section 1.3, Understanding Oracle CEP Server Configuration

2.2 Scalability and Oracle CEP Standalone-Server Domain

Using a standalone-server domain, you can take advantage of some of the Oracle CEP scalability quality of service options. To maximize scalability, consider a multi-server domain. For more information, see: ■ Understanding Scalability in the Oracle Complex Event Processing Developers Guide for Eclipse ■ Chapter 5, Introduction to Multi-Server Domains

2.3 Next Steps

After creating your own Oracle CEP standalone-server domain, consider the administration tasks that Section 1.5, Understanding Oracle CEP Server Administration Tasks describes. For example, you can: ■ Create additional servers in the domain and configure the domain to be multi-server. See Chapter 5, Introduction to Multi-Server Domains. ■ Optionally configure the server. See Section 1.3, Understanding Oracle CEP Server Configuration. ■ Create an Oracle CEP application. 2-2 Oracle Complex Event Processing Administrators Guide See Oracle Complex Event Processing Developers Guide for Eclipse for a description of the programming model, details about the various components that make up an application, how they all fit together, and typical steps to create a new application. ■ Deploy your new, or existing, Oracle CEP application to the domain. For more information, see: ■ Section 4.1, Deploying an Application to an Oracle CEP Standalone-Server Domain ■ Assembling and Deploying Oracle CEP Applications in the Oracle Complex Event Processing Developers Guide for Eclipse ■ Manage your applications, servers, and domains: – Using the Oracle CEP Visualizer. See Oracle Complex Event Processing Visualizer Users Guide. – Using the wlevs.Admin command line tool. See Appendix A, wlevs.Admin Command-Line Reference . – Using JMX and MBeans. See Section 12.3, Managing With JMX . 3 Administrating Oracle CEP Standalone-Server Domains 3-1 3 Administrating Oracle CEP Standalone-Server Domains This chapter describes how to create, configure, and use a single-server domain, including: ■ Section 3.1, Creating an Oracle CEP Standalone-Server Domain ■ Section 3.2, Updating an Oracle CEP Standalone-Server Domain ■ Section 3.3, Starting and Stopping an Oracle CEP Server in a Standalone-Server Domain

3.1 Creating an Oracle CEP Standalone-Server Domain

After you install Oracle CEP, use the Configuration Wizard to create a new domain to deploy your applications. The Configuration Wizard creates, by default, the domains in the ORACLE_CEP_HOMEuser_projectsdomains directory, where ORACLE_ CEP_HOME refers to the Oracle CEP installation directory such as d:oracle_cep. You can, however, create a domain in any directory you want. The Configuration Wizard creates a single default server in the domain; all the server-related file are located in a subdirectory of the domain directory named the same as the server such a c:\oracle_cep\user_projects\domains\my_ domain\defaultserver. Additionally, the Configuration Wizard allows you to: ■ Configure the servers administration user and password. ■ Configure the default server to use a database or database driver that is different from the default. In this case, you need to customize the JDBC settings to point to the appropriate database. ■ Configure the servers listen port. ■ Configure the password for the identity keystore and private keystore. You can use the Configuration Wizard in the following modes: ■ Graphical mode —Graphical-mode configuration is an interactive, GUI-based method for creating and configuring a domain. It can be run on both Windows and UNIX systems. See Section 3.1.1, Creating an Oracle CEP Standalone-Server Domain Using the Configuration Wizard in Graphical Mode.