I noticed a problem with my website. My website context and the jforum context are using the same database... but during the installation of jforum, I made a mistake. I specified a native connection information for the database instead of specified the existing datasource used by my website.
The problem now is that jforum is managing itself the connection pooling and it creates troubles with my website...
So, I would like jforum to use the datasource now, but how can I switch without having to reinstall everything?
ops:
ops:
EDIT***
Maybe my problem cannot come from there. The datasource is defined at the context level and the website and the forum have their own context, and also their own datasource.
Second question: if my database allows 10 connections, if I have 2 datasources configured to manage 10 connections, is it means my databases will need 20 connections? Is it mean the datasource has to manage a total of 10 for the 2 context?
[originally posted on jforum.net by Blackwings]