From 05758b2129d8dd57d97b4237a7735673047fecbe Mon Sep 17 00:00:00 2001 From: abranson Date: Wed, 25 Jul 2012 16:32:13 +0200 Subject: cristal-dev defines its own server, and depends on cristal-kernel rather than the other way around. --- bin/.gitignore | 1 + bin/Cristal Dev Server.launch | 21 +++++++++++++++++++++ bin/dev.clc.example | 15 +++++++++++++++ 3 files changed, 37 insertions(+) create mode 100644 bin/.gitignore create mode 100644 bin/Cristal Dev Server.launch create mode 100644 bin/dev.clc.example (limited to 'bin') diff --git a/bin/.gitignore b/bin/.gitignore new file mode 100644 index 0000000..0dc19c3 --- /dev/null +++ b/bin/.gitignore @@ -0,0 +1 @@ +/*.clc diff --git a/bin/Cristal Dev Server.launch b/bin/Cristal Dev Server.launch new file mode 100644 index 0000000..a05863f --- /dev/null +++ b/bin/Cristal Dev Server.launch @@ -0,0 +1,21 @@ + + + + + + + + + + + + + + + + + + + + + diff --git a/bin/dev.clc.example b/bin/dev.clc.example new file mode 100644 index 0000000..7a61c89 --- /dev/null +++ b/bin/dev.clc.example @@ -0,0 +1,15 @@ +Name=Cristal Development Server + +// TCP server ports +ItemServer.name=localhost +ItemServer.iiop=1505 +ItemServer.Proxy.port=1555 + +// LDAP Lookup config +LDAP.GlobalPath=SUFFIX +LDAP.RootPath=cn=cristal2 +LDAP.LocalPath=cn=dev +LDAP.port=389 +LDAP.host=localhost +LDAP.user=USER +LDAP.password=PASS -- cgit v1.2.3