To deploy an application to a standalone-server domain, use either Oracle Stream Analytics Visualizer or the Deployer utility. This chapter describes how to use the Deployer utility.
See Deploying an Application in Using Visualizer for Oracle Stream Analytics for more information.
Whether or not you specify a server group, Oracle Stream Analytics deploys the application to the single server in the standalone-server domain. In a multiserver domain, you can organize the servers into server groups and deploy applications specific server groups
A standalone-server domain has one server (a singleton). When you deploy an Oracle Stream Analytics application to the singleton server with the Deployer utility, you can specify a server group to which to deploy. . See Server Groups.
The following example shows how to deploy to a singleton server group. The command does not include the -group
option for deployment to a singleton server group:
java -jar wlevsdeploy.jar -url http://ariel:9002/wlevsdeployer -install myapp_1.0.jar
In the example, the myapp_1.0.jar
application is deployed to the singleton server group that contains a single server, which is the server running on host ariel
and listening to port 9002
.
For more information about the Deployer utility, see Deployer Command-Line Reference.