depends on what pool you use ...

If use JNDI DS, you have to create a resource section in your server.xml:

....
<engin ...>
<host ...>
<context ...>
<Resource
                 name="..."
                 auth="Container"
                 type="javax.sql.DataSource"
                 username="..."
                 password="..."
                 driverClassName="..."
                 url="..."
                 maxActive="..."
                 maxIdle="..."
                 maxWait="..."
                 ... />
</context>
</host>
</engine>
...

if you use other data source like hibernate's ... see their manual

good luck


On 9/26/06, prakash shanmugam <[EMAIL PROTECTED]> wrote:

hai all,

can u do one help ...
i need details about how to configure Connection Pooling in
Tomcat with MySQL in Linux platform...
i have done in windows platform..its working well..
i followed the same concepts in linux server also..
but it is not working... can u u hepl me in this regard..
it will be very much helpful for me if u do this..

with regards
prakash




--
When we invent time, we invent death.

Reply via email to