Hi All!

I declared a database pool in the cocoon.xconf:

<jdbc name="focitipp">
<pool-controller min="5" max="10"/>
<dburl>jdbc:mysql://localhost/database1</dburl>
<user>user</user>
<password>password</password>
<encoding>iso-8859-2</encoding>
</jdbc>

Everything is ok, working well, but after a while (a few hours) if i
don't use my site, cocoon loses the connection with the database. If i
reload the application in the tomcat manager, it's ok again.

Any idea?

Zsombor

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to