Tomcat Datasources should be able to take care of connection pooling for you
unless you have a specific requirement for which you need your own pool.
The Datasource configuration/usage etc. is explained in tomcat docs.
-Sameer
prakash shanmugam <[EMAIL PROTECTED]> wrote: hi,
i am using tomcat4
hi,
i am using tomcat4 with MySql5 for web application development..
i am trying to implement connection pooling in Tomcat...
can anybody give me some links or documents or pdfs by means of which i can
learn details about connection pooling in tomcat...
thanks in advance..
prakash
You should be able to migrate all your apps with little and generally no
changes. It really depends on the options you used to build your apps.
If it is too Tomcat specific (generally with db access) you may have to
make some modifications to your data access layer. Best thing to try is
drop your
http://youtube.com/watch?v=eTKL8MNH95Q
-
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
I will be out of the office starting 09/17/2006 and will not return until
09/20/2006.
I will respond to your message when I return.
Hi All,
There is an issue with non-latin characters in the custom error page.
Calling "response.sendError(404);" from JSP context causes Tomcat to mangle
all non-latin characters in 404.jsp.
I have described the issue and how to recreate it:
http://forum.java.sun.com/thread.jspa?threadID=768958
Hi,
in the last weeks, there were some discussions, about how to make mod_jk
automatically map requests which are url encoded (;jsessionid=).
Although in most cases it would be better to have a clear url structure
which you can use with JkMount, I understand that sometimes it will be
convenie
Hi,
I'm looking for a community member, who is willing to write a little
documentation about the status worker of mod_jk. We added a lot of new
information to it in the most recent release (candidate) 1.2.19 and I
think it would be worth writing a couple of lines about it. I can help
in answering