Tomcat Postgres Connection

Posted by user191207 on Stack Overflow See other posts from Stack Overflow or by user191207
Published on 2010-06-06T10:29:57Z Indexed on 2010/06/06 10:32 UTC
Read the original article Hit count: 271

Filed under:
|
|

Hi, I'm using a singleton class for a PostgresSQL connection inside a servelet. The problem is that once it is open it works for a while (I guess until some timeout), and then it starts throwing a I/O exception. Any idea what is happening to the singleton class inside Tomcat VM? Thanks

© Stack Overflow or respective owner

Related posts about java

Related posts about postgresql