Discussions
Categories
Groups
Community Home
Categories
INTERNAL ENABLEMENT
POPULAR
THRUST SERVICES & TOOLS
CLOUD EDITIONS
Quick Links
MY LINKS
HELPFUL TIPS
Back to website
Home
Web CMS (TeamSite)
OpenDeploy openjms.db.log question.
SriniYA
We are using TeamSite 6.5 SP1 and OD6.0.2 on Solaris.
We are using Oracle database for event subsystem and OD reporting. Both are working with Oracle database (OCI drivers).
I have modified /interwoven/iw-home/eventsubsystem/conf/jmsconfignew.xml file for event subsystem and /interwoven/AdminServer/odadmin/config/adminEventReportingConfig.xml file for OD reporting.
There is a file openjms.db.log in the /interwoven/OpenDeployNG/db. This openjms.db.log file is getting updated during deployments.
I am going through the /interwoven/OpenDeployNG/etc/jmsConfig.xml. it has following seetings.
<DatabaseConfiguration garbageCollectionInterval="180"
garbageCollectionBlockSize="500"
garbageCollectionThreadPriority="5">
<RdbmsDatabaseConfiguration driver="org.hsqldb.jdbcDriver"
url="jdbc:hsqldb:/interwoven/OpenDeployNG/db/openjms.db"
user="sa"
password=""
retries="5"
timeout="10" />
</DatabaseConfiguration>
<AdminConfiguration script="/interwoven/OpenDeployNG/openjms/bin/startup.sh"
config="/interwoven/OpenDeployNG/etc/jmsConfig.xml"/>
It is pointing to hsql database. What is use of openjms.db.log file? Has any one using Oracle database for this. Is it support by interwoven?.
Thanks in advance
Find more posts tagged with
Comments
There are no comments yet