Now that we have all the
components and driver programs successfully built, along with the Deploymentplan
generated by PICML, we will be able to run our application
From different command prompts in %CIAO_ROOT%/docs/tutorials/Quoter/Simple/descriptors
directory:
%DANCE_ROOT%/bin/dance_node_manager -ORBListenendpoints iiop://localhost:30000 -s %CIAO_ROOT%/bin/ciao_componentserver -d 1000
%DANCE_ROOT%/bin/dance_node_manager -ORBListenendpoints iiop://localhost:40000 -s %CIAO_ROOT%/bin/ciao_componentserver -d 1000
%DANCE_ROOT%/bin/dance_execution_manager -o ior -i NodeMap.dat
The NodeMap.dat
file describes
the deployment daemons CIAO's Execution_Manager will contact to instantiate
ComponentServer's, home's, and component instances. Each line specify the name
of a installation "destination" and the corresponding IOR for the
CIAO_Daemon.
%CIAO_ROOT%/bin/dance_repository_manager
-p Plan.cdp -k file://ior
%CIAO_ROOT%/docs/tutorials/Quoter/Simple/Distributor/StockDistributorDriver.exe-o
%CIAO_ROOT%/docs/tutorials/Quoter/Simple/Broker/StockBrokerDriver.exe
-s MSFT
Instruct the StockBroker to subscirbe
to IBM stock publications:
%CIAO_ROOT%/docs/tutorials/Quoter/Simple/Broker/StockBrokerDriver.exe -s IBM
Instruct the StockBroker to unsubscirbe to MSFT stock
publications:
%CIAO_ROOT%/docs/tutorials/Quoter/Simple/Broker/StockBrokerDriver.exe
-u MSFT
%CIAO_ROOT%/docs/tutorials/Quoter/Simple/Distributor/StockDistributorDriver.exe
–f
$Id: 04.html 84735 2009-03-06 08:30:12Z msmit $