Re: DataSources and Tomcat (continue thread: Re: How to use connectionpool with tomcat 1.2.9)

2007-07-16 Thread Lyallex
You left this bit out ... it's not a criticism before anyone gets upset I'd be glad to contribute to the documentation, just gotta figure out how, guess I'll have to RTFM. Rgds Duncan On 7/15/07, Mark Thomas [EMAIL PROTECTED] wrote: Lyallex wrote: One thing that constantly frustrates me is

Re: DataSources and Tomcat (continue thread: Re: How to use connectionpool with tomcat 1.2.9)

2007-07-15 Thread Lyallex
Hi How confused do you want to be I started looking at the 4.1 docs as well ... it'll never work I do object to having to download taglibs just to get a simple example working so you can keep all the code from the 4.1 example including the web.xml entry All you really need to change is the

Re: DataSources and Tomcat (continue thread: Re: How to use connectionpool with tomcat 1.2.9)

2007-07-15 Thread Ken Bowen
Indeed. Simply swapping the Context given in http://tomcat.apache.org/tomcat-5.5-doc/jndi-datasource-examples-howto.html, in for the Context given in http://tomcat.apache.org/tomcat-4.1-doc/jndi-datasource-examples-howto.html makes the 4.1 example work. This way makes it clear what has

Re: DataSources and Tomcat (continue thread: Re: How to use connectionpool with tomcat 1.2.9)

2007-07-15 Thread Mark Thomas
Lyallex wrote: One thing that constantly frustrates me is the apparent ambiguities in the documentation Then do something constructive about it. You are part of the Tomcat community and the documentation is as much your responsibility as anyone else here. If you find a problem, report it.

RE: DataSources and Tomcat (continue thread: Re: How to use connectionpool with tomcat 1.2.9)

2007-07-14 Thread Caldarale, Charles R
From: Ken Bowen [mailto:[EMAIL PROTECTED] Subject: DataSources and Tomcat (continue thread: Re: How to use connectionpool with tomcat 1.2.9) I also want to get the Tomcat DataSource machinery working. I'm using Tomcat 5.5.9. I've slavishly followed the mySQL example in