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)
Config Eventsubsystem
Bhargav Coca
Hello every one,
I am configuring eventsubsystem manually, i have my drivers in the right directory. I was just wondering if i am adding the right data between the
<DatabaseConfiguration>
----
---
<DatabaseConfiguration>
My databaseconfig part in my jmsconfignew.xml looks like this, IS THIS RIGHT?
<DatabaseConfiguration>
<JdbmDatabaseConfiguration name="openjms.db"/>
<RdbmsDatabaseConfiguration
driver="com.mysql.jdbc.Driver"
url="jdbc:mysql://$hostname/$database_name"
user="$username"
password="$password"
maxActive="10"
maxIdle="5"
minIdleTime="1800"
evictionInterval="3600" />
</DatabaseConfiguration>
I am on TeamSite 6.5 on Win 2003 Server with MSSQL as backend.
Please let me know if this is right?
Thank you
Find more posts tagged with
Comments
stefanmaier
Hi,
Do you use M
Y
SQL or M
S
SQL?
we use MSSQL 2000 with TS 6.5 SP1, Win2003,
our jmsconfignew.xml is
<DatabaseConfiguration>
<RdbmsDatabaseConfiguration
driver="com.inet.tds.TdsDriver"
url="jdbc:inetdae
ERVERNAME
BPORT?database=DBNAME"
user="USER"
password="PASSWD"
maxActive="10"
maxIdle="5"
minIdleTime="1800"
evictionInterval="3600" />
</DatabaseConfiguration>
Regards
Stefan
Johnny
Also, this line
<JdbmDatabaseConfiguration name="openjms.db"/>
is for the default file system database. You need to remove it.
John Cuiuli