summaryrefslogtreecommitdiff
path: root/src/YalpClients/EflClient/corba_example/server.sh
diff options
context:
space:
mode:
authorManuel Traut <manut@mecka.net>2010-02-02 17:08:51 +0000
committerManuel Traut <manut@mecka.net>2010-02-02 17:08:51 +0000
commit5cdfa0ea1b2f941ad12e24fffe89314ee96c0d1c (patch)
tree6482f88e490daf186d12cec391829c9fd0327753 /src/YalpClients/EflClient/corba_example/server.sh
parent397b8b455e29677ac6bcd21c2b59eac4592aef40 (diff)
EflClient: CORBA example
- added little corba client/server 'hello world' Signed-off-by: Manuel Traut <manut@mecka.net>
Diffstat (limited to 'src/YalpClients/EflClient/corba_example/server.sh')
-rwxr-xr-xsrc/YalpClients/EflClient/corba_example/server.sh5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/YalpClients/EflClient/corba_example/server.sh b/src/YalpClients/EflClient/corba_example/server.sh
new file mode 100755
index 0000000..dd1e68d
--- /dev/null
+++ b/src/YalpClients/EflClient/corba_example/server.sh
@@ -0,0 +1,5 @@
+#!/bin/bash
+orbd -ORBInitialPort 1055 &
+sleep 3
+./server.py -ORBInitRef NameService=corbaloc:iiop:localhost:1055/NameService
+killall -9 orbd