summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/main/resources/boot/LDAPboot.txt4
-rw-r--r--src/main/resources/boot/allbootitems.txt14
-rw-r--r--src/main/resources/textFiles/consoleHelp.txt18
-rw-r--r--src/main/resources/textFiles/version.txt1
4 files changed, 37 insertions, 0 deletions
diff --git a/src/main/resources/boot/LDAPboot.txt b/src/main/resources/boot/LDAPboot.txt
new file mode 100644
index 0000000..995d47d
--- /dev/null
+++ b/src/main/resources/boot/LDAPboot.txt
@@ -0,0 +1,4 @@
+cn=entity,
+cn=last,cn=entity,
+cn=domain,
+cn=agent,cn=domain, \ No newline at end of file
diff --git a/src/main/resources/boot/allbootitems.txt b/src/main/resources/boot/allbootitems.txt
new file mode 100644
index 0000000..277699c
--- /dev/null
+++ b/src/main/resources/boot/allbootitems.txt
@@ -0,0 +1,14 @@
+OD/CompositeActivityDef
+OD/ElementaryActivityDef
+OD/Module
+OD/NewAgent
+OD/NewItem
+OD/PredefinedStepOutcome
+OD/PropertyDescription
+OD/Schema
+OD/Script
+EA/CreateNewItem
+EA/CreateNewAgent
+CA/NoWorkflow
+CA/ServerItemWorkflow
+SC/ServerNewEntity
diff --git a/src/main/resources/textFiles/consoleHelp.txt b/src/main/resources/textFiles/consoleHelp.txt
new file mode 100644
index 0000000..2b96172
--- /dev/null
+++ b/src/main/resources/textFiles/consoleHelp.txt
@@ -0,0 +1,18 @@
+Cristal 2 scripting console
+---------------------------
+Commands entered here are directly parsed by the javascript engine. You can call methods directly on five objects pre-loaded from the Gateway:
+proxy - the EntityProxyManager
+storage - the TransactionManager
+db - the ClusterStorageManager
+lookup - the LDAPLookup (server context)
+orb - the ORB
+
+Your output is a log stream, by default set to level 0. Change your log level with 'log n'.
+View this message with 'help'.
+
+Useful methods:
+proxy.reportCurrentProxies(logLevel);
+proxy.reportConnections(logLevel);
+storage.dumpPendingTransactions(logLevel);
+db.clearCache([sysKey][, rootPath]);
+db.dumpCacheContents(logLevel);
diff --git a/src/main/resources/textFiles/version.txt b/src/main/resources/textFiles/version.txt
new file mode 100644
index 0000000..15ac121
--- /dev/null
+++ b/src/main/resources/textFiles/version.txt
@@ -0,0 +1 @@
+C2Kernel V2.3.1 Build 1 \ No newline at end of file