4 Deploying Applications to Standalone-Server Domains

This chapter describes how to deploy an application to a standalone-server Oracle Event Processing domain, including how to do so with Oracle Event Processing Visualizer and with the deployer utility.

This chapter includes the following section:

4.1 Deploying an Application to an Oracle Event Processing 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 Event Processing Visualizer or Deployer utility.

For more information, see:

4.1.1 How to Deploy an Application to an Oracle Event Processing Standalone-Server Using the Oracle Event Processing Visualizer

The simplest way to deploy an Oracle Event Processing application to a standalone-server domain is to use the Oracle Event Processing Visualizer.

For more information, see ”Deploying an Application” in the Oracle Fusion Middleware Visualizer User's Guide for Oracle Event Processing.

4.1.2 How to Deploy an Application to an Oracle Event Processing Singleton Server Group Using the Deployer Utility

If you do not specify a group when you deploy an application, Oracle Event Processing 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:9002/wlevsdeployer -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.