From 7112eedbb508c22433b07578a1071b84e22b2a81 Mon Sep 17 00:00:00 2001 From: Andrew Branson Date: Mon, 6 Oct 2014 16:39:39 +0200 Subject: Added maven appassembler to produce a distribution with server, gui and usercode launchers. --- src/main/config/client.conf | 2 ++ src/main/config/local.clc.example | 29 +++++++++++++++++++++++++++++ src/main/config/server.conf | 2 ++ 3 files changed, 33 insertions(+) create mode 100644 src/main/config/client.conf create mode 100644 src/main/config/local.clc.example create mode 100644 src/main/config/server.conf (limited to 'src') diff --git a/src/main/config/client.conf b/src/main/config/client.conf new file mode 100644 index 0000000..6667aae --- /dev/null +++ b/src/main/config/client.conf @@ -0,0 +1,2 @@ +ClusterStorage=LDAPClientReader,ProxyLoader +EnableItemErase=true diff --git a/src/main/config/local.clc.example b/src/main/config/local.clc.example new file mode 100644 index 0000000..f6fe35d --- /dev/null +++ b/src/main/config/local.clc.example @@ -0,0 +1,29 @@ +// Cristal Connect Local Centre example file +// Copy this and change things + +// This name appears on the login box +Name=Example Cristal Server +Logo=http://path.to/image + +// TCP server ports +ItemServer.name=HOSTNAME +ItemServer.iiop=1500 +ItemServer.Proxy.port=1553 +ItemServer.Console.port=8080 + +// LDAP config +Authenticator=com.c2kernel.lookup.ldap.LDAPAuthManager +Lookup=com.c2kernel.lookup.ldap.LDAPLookup +LDAP.GlobalPath=LDAPROOTPATH +LDAP.RootPath=cn=cristal +LDAP.LocalPath=cn=dev +LDAP.port=389 +LDAP.host=LDAPHOSTNAME +LDAP.user=LDAPROOTUSER +LDAP.password=LDAPPASSWORD + +// XMLDB config +XMLDB.URI=xmldb:exist://EXISTHOSTNAME:8080/exist/xmlrpc/db +XMLDB.root=dev +XMLDB.user=EXISTROOTUSER +XMLDB.EXIST=EXISTPASSWORD diff --git a/src/main/config/server.conf b/src/main/config/server.conf new file mode 100644 index 0000000..16f9ddd --- /dev/null +++ b/src/main/config/server.conf @@ -0,0 +1,2 @@ +ClusterStorage=LDAPClusterStorage,XMLDBClusterStorage +ItemServer.Console.allow=localhost -- cgit v1.2.3