Hi
Jforum rockssssssssssssss............................
I succesfully integrated Jforum with my application and everything is fine except the problem with connection pool.
In general we all are using
This connection is breaking after a few milliseconds as set in
database.ping.delay=<time in seconds>
So i am planning to switch to container managed datasource with connection pools.
Way i am going to do it is:
database.connection.implementation =com.mob.forum.DataSourceConnection
database.datasource.name =
java:comp/env/jdbc/TestDB
And creating JNDI stuff with datasource TestDB.
Can any one let me know if there are any better ways to handle this issue.
Regards
Greg,
Sanmateo
[originally posted on jforum.net by gregjhonson]