How to Configure Domain Runtime Settings for Oracle CEP Server

5-30 Oracle Complex Event Processing Developers Guide Figure 5–29 Editing the Domain Configuration File The Oracle CEP server domain configuration file config.xml opens as shown in Figure 5–30 . Figure 5–30 Oracle CEP Domain Configuration File config.xml

3. Edit the domain configuration file as required.

4. Select File Save.

5. Close the domain configuration file.

5.3.9 How to Start the Oracle CEP Visualizer from Oracle CEP IDE for Eclipse

After you create a server, you can start the Oracle CEP Visualizer from the Oracle CEP IDE for Eclipse. Oracle CEP IDE for Eclipse and Oracle CEP Servers 5-31 The Oracle CEP Visualizer is the administration console for a running Oracle CEP server. For more information, see the Oracle Complex Event Processing Visualizer Users Guide. For more information, see Section 5.2.1, How to Create a Local Oracle CEP Server and Server Runtime . To start the Oracle CEP Visualizer from Oracle CEP IDE for Eclipse: 1. Start the server see Section 5.3.1, How to Start a Local Oracle CEP Server .

2. Right-click the running server in the Servers view and select Open CEP Visualizer

as shown in Figure 5–31 . Figure 5–31 Opening the Oracle CEP Visualizer The Oracle CEP Visualizer opens as shown in Figure 5–32 . Note: If you use the Oracle CEP Visualizer to make changes to the Oracle CEP server config.xml for example, editing a data source, you may overwrite config.xml file changes made manually. For more information, see Section 5.3.8, How to Configure Domain Runtime Settings for Oracle CEP Server . 5-32 Oracle Complex Event Processing Developers Guide Figure 5–32 Oracle CEP Visualizer 3. Use the Oracle CEP Visualizer as the Oracle Complex Event Processing Visualizer Users Guide describes.

5.4 Debugging an Oracle CEP Application Running on an Oracle CEP Server

Because Oracle CEP applications are Java applications, standard Java debugging tools including those provided in Eclipse can be used with these applications. This section describes: ■ Section 5.4.1, How to Debug an Oracle CEP Application Running on an Oracle CEP Server You can also use the load generator and csvgen adapter to simulate data feeds for testing. For more information, see Chapter 25, Testing Applications With the Load Generator and csvgen Adapter .

5.4.1 How to Debug an Oracle CEP Application Running on an Oracle CEP Server

This section describes how to debug an Oracle CEP application running on an Oracle CEP server.