eGovFrame 표준프레임워크 포털

메뉴 건너띄기
상단메뉴 바로가기
본문 바로가기

이 누리집은 대한민국 공식 전자정부 누리집입니다.

본문 영역

We provide technical issue resolution support through Application Support, FAQ, and Q&A boards.

Runtime Environment
DB connection termination problem
  • Author

    Admin

  • Date of registration

    2012-04-18

  • Views

    4,862

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
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