How to Start an Oracle CEP Standalone-Server Using the startwlevs Script How to Stop an Oracle CEP Standalone-Server Using the stopwlevs Script

3-8 Oracle Complex Event Processing Administrators Guide 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. 4 Deploying Applications to Standalone-Server Domains 4-1 4 Deploying Applications to Standalone-Server Domains

4.1 Deploying an Application to an Oracle CEP Standalone-Server Domain

When you deploy an application to a standalone-server domain, you typically deploy to the singleton server group using either the Oracle CEP Visualizer or Deployer utility. For more information, see: ■ Section 5.2, Groups ■ Oracle Complex Event Processing Visualizer Users Guide ■ Appendix B, Deployer Command-Line Reference 4.1.1 How to Deploy an Application to an Oracle CEP Standalone-Server Using the Oracle CEP Visualizer The simplest way to deploy an Oracle CEP application to a standalone-server domain is to use the Oracle CEP Visualizer. For more information, see Deploying an Application in the Oracle Complex Event Processing Visualizer Users Guide. 4.1.2 How to Deploy an Application to an Oracle CEP Singleton Server Group Using the Deployer Utility If you do not specify a group when you deploy an application, Oracle CEP deploys the application to the singleton server group that includes only the specific server to which you deploy the application. This is the standard case in single-server domains. The following example shows how to deploy to a singleton group; note that the command does not specify a -group option: prompt java -jar wlevsdeploy.jar -url http:ariel:9002wlevsdeployer -install myapp_1.0.jar In the example, the myapp_1.0.jar application will be deployed to the singleton server group that contains a single server: the one running on host ariel and listening to port 9002. 4-2 Oracle Complex Event Processing Administrators Guide Part III Part III Multi-Server Domains Part III contains the following chapters: ■ Chapter 5, Introduction to Multi-Server Domains ■ Chapter 6, Administrating Multi-Server Domains With Oracle Coherence ■ Chapter 7, Administrating Multi-Server Domains With Oracle CEP Native Clustering ■ Chapter 8, Deploying Applications to Multi-Server Domains