Hello Chris, You really need to read the Tomcat documentation before asking a question like this:
http://jakarta.apache.org/tomcat/tomcat-4.1-doc/jndi-resources-howto.html#JDBC%20Data%20Sources http://jakarta.apache.org/tomcat/tomcat-4.1-doc/jndi-datasource-examples-howto.html Oh, one thing. For commons DBCP, the documented <user></user> (mentioned in a few places) parameter is incorrect. It should be <username></username> which is stated correctly in some examples, but not in others. Jake Friday, August 02, 2002, 10:01:41 AM, you wrote: CR> Just a sanity check question: CR> It looks like Tomcat does not inherently support JDBC Data CR> Source and/or connection pools - with Weblogic I can set one up in the CR> config.xml file. CR> Am I correct in this assumption? Do people write their own CR> connection pool manager for JDBC connections when using Tomcat? CR> Thanks -- Best regards, Jacob mailto:[EMAIL PROTECTED] -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
