이 누리집은 대한민국 공식 전자정부 누리집입니다.
적용 지원, FAQ, Q&A 게시판을 통해 기술 문제 해결을 지원합니다.
관리자
2012-04-18
4,868
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.
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.