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)
DB pooling/IW Servlet
Valentine
Good or bad?
If I want to setup DB connection pooling, what risks are out there, if I do that in IW Servletd?
I know that, the best practice, is to run all of the customizations in a separate container.
Find more posts tagged with
Comments
vicious
Are you talking about product code modification? The biggest risk being not getting support from IWOV.
On any update(patch or sp) there is a big chance of overwriting your changes.
Valentine
I was talking about setting up database connection pooling inside the Tomcat (IW Servletd).
dazzlad
Whats your OS/DB?
There may be db drivers that do the pooling for you.....
Valentine
- Windows 2003
- MS SQL Server 2005
ShyamForr
I set up DBCP connection pooling for our custom application which runs inside interwoven. However, I didnt set it up as a resource. I configured DBCP as a singleton inside my custom application. I dont have any issues.