Skip to main content Skip to main menu

Support

We introduce all kinds of eGovFrame related documents, training and technical support information in this corner.
Also, we provide the contact information and the location of the eGovFrame center.

Posted Question Details View This table provides TITLE, DIVISION, VIEWS, WRITER, DATE ASKED, NATIONALITY, EMAIL, EMAIL REPLY, STATUS, Question, Answer.
Title DB connection termination problem
Division Development Environment Views 2172
Writer Y****a Date Asked 2017-03-23 Nationality JP
Email Reply N STATUS Complete
Question
At the beginning, the DB connection works properly, but after a certain time DB connection error occurs. (Connection timed out or connection termination)

I’m using DBCP.
Answer
Hello this is eGovFrame.

Even though DB Pool is created, if it is not called for a specific time, the connection is terminated depending on the DBMS setting.

If you use DBCP, add below setting. The connection will be maintained.

Thanks