User 4140faeba5
23-08-2011 10:26:34
Hi.
I'm trying to install the cartridge into a second Oracle instance that resides on the same machine as the first one. The jchem server runs on the same machine.
The installation seemed to work, but for some reason all jchem calls goes to the first instance.
This is the jcart.properties
#Cartridge Configuration
jchem.server.host=localhost
jchem.server.port=1099
oracle.server.host=localhost
oracle.server.port=1521
oracle.server.instance=star
oracle.server.login=jchem
oracle.server.password=<********>
# license.dir = licenses
logging.config.file = conf/logging.properties
logging.output.dir = logs
reservedMemory=64
# remote.admin.allowed=false
# indexingThreadsPerCall=?
# jcSearchThreadsPerCall=?
# jcReactThreadsPerCall=?
## connection.cached.pool.impl=chx.jchem.cartridge.util.cpools.CommonsDataSource
### url=jdbc\:oracle\:thin\:@localhost\:1521\:mydb
### driver=oracle.jdbc.driver.OracleDriver
What do I need to change to get the connection to go to the calling instance ?
Regards,
Micke