summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorAndrew Branson <andrew.branson@cern.ch>2014-10-06 16:39:39 +0200
committerAndrew Branson <andrew.branson@cern.ch>2014-10-06 16:39:39 +0200
commit7112eedbb508c22433b07578a1071b84e22b2a81 (patch)
tree68c962fac9ca7eff87642fd65013543fb66895da /src
parentc48891910c6ca2ca7d234a3859899f7c60bbd909 (diff)
Added maven appassembler to produce a distribution with server, gui and
usercode launchers.
Diffstat (limited to 'src')
-rw-r--r--src/main/config/client.conf2
-rw-r--r--src/main/config/local.clc.example29
-rw-r--r--src/main/config/server.conf2
3 files changed, 33 insertions, 0 deletions
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