summaryrefslogtreecommitdiff
path: root/server.sh
diff options
context:
space:
mode:
authorNicole Vreden <nicky@box.(none)>2009-10-17 22:49:43 +0200
committerNicole Vreden <nicky@box.(none)>2009-10-17 22:49:43 +0200
commitff75584acb04c38e4e9172dd24b45532d6a3527d (patch)
tree1e399ef23949b5d194d0a39924760927f1431a2c /server.sh
parent46e4b56c2fa3c70c6e6b664c8f328c5adefa3e1b (diff)
pgsqlauth: added password column
- used to identify user - t.b.d. implement yalpauth to use db for user verification Signed-off-by: Nicole Vreden <nicky@box.(none)>
Diffstat (limited to 'server.sh')
-rwxr-xr-xserver.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/server.sh b/server.sh
index 89735a4..bb38d65 100755
--- a/server.sh
+++ b/server.sh
@@ -1,4 +1,4 @@
/usr/bin/orbd -ORBInitialPort 1050 &
-sleep 2
+sleep 4
java -Djava.library.path=./lib -jar yalpServer.jar -ORBInitialPort 1050 -ORBInitialHost localhost
killall -9 orbd