Re: data source factory

2009-11-28 Thread Mark Thomas
(1.4 will be released at the same time and is the same code but with support for JDBC4 which requires a 1.6 JDK) for some performance improvements but if you don't need the extra performance and your config works you can happily stay where you are. Mark > > William > > >&g

RE: data source factory

2009-11-28 Thread WM C
> From: ma...@apache.org > To: users@tomcat.apache.org > Subject: Re: data source factory > > WM C wrote: > > Hi - > > > > I am upgrading a working web app from Tomcat 5.0 to 5.5, and encounter the > > following data source problem. > > > > According

Re: data source factory

2009-11-28 Thread Mark Thomas
WM C wrote: > Hi - > > I am upgrading a working web app from Tomcat 5.0 to 5.5, and encounter the > following data source problem. > > According to Apache web site, for Tomcat 5.5 configuration, I should use > >factory="org.apache.tomcat.dbcp.dbcp.BasicDataSourceFactory > > in for dat

data source factory

2009-11-28 Thread WM C
Hi - I am upgrading a working web app from Tomcat 5.0 to 5.5, and encounter the following data source problem. According to Apache web site, for Tomcat 5.5 configuration, I should use factory="org.apache.tomcat.dbcp.dbcp.BasicDataSourceFactory in for datasource configuration. It work