summaryrefslogtreecommitdiff
path: root/TAO/CIAO/tools/Assembly_Deployer/README
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/CIAO/tools/Assembly_Deployer/README')
-rw-r--r--TAO/CIAO/tools/Assembly_Deployer/README37
1 files changed, 0 insertions, 37 deletions
diff --git a/TAO/CIAO/tools/Assembly_Deployer/README b/TAO/CIAO/tools/Assembly_Deployer/README
deleted file mode 100644
index 61690fa971e..00000000000
--- a/TAO/CIAO/tools/Assembly_Deployer/README
+++ /dev/null
@@ -1,37 +0,0 @@
-// $Id$ -*- Outline -*-
-
-* Assembly_Manager
-
- Assembly_Manager is the daemon process for the assembly framework.
- It contains the knowledge of "deployment topology".
-
- Usage:
-
- Assembly_Manager -c <deployment configuration file> -o <ior_output_file>
-
- The deployment configuration file contain the mapping from logical
- host name to actual target name, in corbaloc IOR format.
-
-
-* Assembly_Deployer
-
- Assembly_Deployer is the controlling program for Assembly_Manager.
- You can use Assembly_Deployer to deploy and start up an application
- assembly or to tear down a running application assembly.
-
- Usage:
-
- To deploy an assembly:
-
- Assembly_Deployer -k <ior to Assembly_Manager> \
- -a <assembly descriptor filename> \
- -t <benchmark assembly deployment time> \
- -o <filename to write assembly id to>
-
- To teardown an assembly:
-
- Assembly_Deployer -k <ior to Assembly_Manager> \
- [-d <filename containing assembly id>]
- [-x]
-
- -x can be used optionally to shutdown the manager.