Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

How can I run two independent CCF instances on the same machine?

0
Posted

How can I run two independent CCF instances on the same machine?

0

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.

Related Questions

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.

Experts123