From 56878d580deeeb1ab3b5cf7b5bf28a493d7688ad Mon Sep 17 00:00:00 2001 From: tolag3 Date: Fri, 21 Feb 2025 09:45:04 +0900 Subject: [PATCH] =?UTF-8?q?=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/webapp/META-INF/context.xml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/src/main/webapp/META-INF/context.xml b/src/main/webapp/META-INF/context.xml index 7468c3e1..dc1b116b 100644 --- a/src/main/webapp/META-INF/context.xml +++ b/src/main/webapp/META-INF/context.xml @@ -11,6 +11,10 @@ type="javax.sql.DataSource" url="jdbc:oracle:thin:@192.168.0.60:1524/XE" factory="org.apache.tomcat.jdbc.pool.DataSourceFactory" + validationQuery="select 1 from dual" + maxActive="50" + maxIdle="20" + maxWait="60000" />