HI
I just replaced the libresource database
I used a software called sequoia into two cluster machine has done a deal with the PostgreSQL
Now my jdbc connection is
"jdbc:sequoia://192.168.1.2:25322,192.168.1.3:25322/myDB"
And the database driver is "sequoia-driver.jar"
so I change the libresource config
the file at "LibreSourceJONAS_4_7_6confLibreSourceDS.properties"
:
datasource.name libresourceDS
datasource.url jdbc:sequoia://192.168.1.2:25322,192.168.1.3:25322/myDB
…
…
datasource.classname org.continuent.sequoia.driver.Driver
and I was copied seuoia-Driver.jar into
"LibreSourceJONAS_4_7_6libext"
the end
the LibreSource start successfuled
when I was visit it.
it return me some message:
… database locking ...
so that can I do ?
hope your help