| Specifies the URL to the Deployer utility for the Oracle Stream Analytics instance to which you want to deploy the OSGI bundle. The URL takes the following form: 
http://host:port/wlevsdeployer
 where: 
hostrefers to the host name of the computer on which Oracle Stream Analytics is running.
portrefers to the port number to which Oracle Stream Analytics listens. Its value is9002by default. This port is specified in theconfig.xmlfile that describes your Oracle Stream Analytics domain. By default it is located in theOracle/Middleware/my_oep/user_projects/domains/<domainname>/ <servername>/configdirectory.
 The port number is the value of the <Port>child element of the<Netio>element: 
<Netio>
   <Name>NetIO</Name>
   <Port>9002</Port>
</Netio>
 If you configure the Oracle Stream Analytics server for SSL-only connections (HTTPS-Only Connections), use the value of the <Port>child element of the SSL<Netio>element: 
<Netio>
   <name>sslNetIo</name>
   <port>9003</port>
   <ssl-config-bean-name>sslConfig</ssl-config-bean-name>
</Netio>
 For example, if Oracle Stream Analytics is running on host arielat port9002, then the URL would be: 
http://ariel:9002/wlevsdeployer
 |