How can I run two independent CCF instances on the same machine?
The only obstacle is in setting up a second hdsqldb database instance that runs in parallel with the first default hsqldb database instance. The database instance is defined in centralCCFDatabase/*. You may change the centralccfdatabaseconf and rename “xdb” into “xdb2” but it only changes the name of the database. A second DBMS requires to change the connection port by creating a new file server.properties. Into that file you need to write “server.port=9002” (the default port of hsqldb is 9001). After these changes the second hsqldb database instance can be started.