diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/main/config/client.conf | 2 | ||||
| -rw-r--r-- | src/main/config/local.clc.example | 29 | ||||
| -rw-r--r-- | src/main/config/server.conf | 2 |
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
|
