이 누리집은 대한민국 공식 전자정부 누리집입니다.
관리자
2012-04-18
4,861
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.