
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: 
%CIAO_ROOT%/bin/NodeManager -ORBListenendpoints iiop://localhost:30000 -s %CIAO_ROOT%/bin/NodeApplication -d 1000
%CIAO_ROOT%/bin/NodeManager -ORBListenendpoints iiop://localhost:40000 -s %CIAO_ROOT%/bin/NodeApplication -d 1000
       
			    
				%CIAO_ROOT%/bin/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/plan_launcher
     -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 79944 2007-11-06 20:33:04Z sowayaa $