diff options
author | dhanvey <dhanvey@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2002-09-28 18:38:29 +0000 |
---|---|---|
committer | dhanvey <dhanvey@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2002-09-28 18:38:29 +0000 |
commit | 3814bc4489515ce8d8fb7dad0190dc31dbf7b78f (patch) | |
tree | 510196f3023617f103fbd7b8eab89adde86500a8 /TAO/orbsvcs/Logging_Service | |
parent | 8865565c3eda6005820201d25c663679d306882b (diff) | |
download | ATCD-3814bc4489515ce8d8fb7dad0190dc31dbf7b78f.tar.gz |
*** empty log message ***
Diffstat (limited to 'TAO/orbsvcs/Logging_Service')
-rwxr-xr-x | TAO/orbsvcs/Logging_Service/RTEvent_Logging_Service/README | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/TAO/orbsvcs/Logging_Service/RTEvent_Logging_Service/README b/TAO/orbsvcs/Logging_Service/RTEvent_Logging_Service/README new file mode 100755 index 00000000000..d34b97f0f60 --- /dev/null +++ b/TAO/orbsvcs/Logging_Service/RTEvent_Logging_Service/README @@ -0,0 +1,14 @@ +The service is registered with the naming service with the name +"RTEventLogFactory" . + +To run the RTEvent Logging Service: +------------------------ +1. you should have a running Naming Service. + if not, start one at $TAO_ROOT/orbsvcs/Naming_Service/Naming_Service + +2. execute the Event_Logging_Service + at $TAO_ROOT/orbsvcs/Logging_Service/RTEventLogging_Service/RTEvent_Logging_Service + + +The idl spec is $TAO_ROOT/orbsvcs/orbsvcs/RTEventLogAdmin.idl +see also $TAO_ROOT/orbsvcs/orbsvcs/DsLogNotification.idl |