You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@cocoon.apache.org by Varga Zsombor <va...@gmail.com> on 2007/05/30 14:32:04 UTC

lost database connection

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: users-unsubscribe@cocoon.apache.org
For additional commands, e-mail: users-help@cocoon.apache.org