설정파일 커밋밋

This commit is contained in:
2025-08-29 16:43:17 +09:00
parent 6b2d6aafce
commit e920e5de88

14
tomcat-conf/context.xml Normal file
View File

@@ -0,0 +1,14 @@
<?xml version="1.0" encoding="UTF-8"?>
<Context>
<!-- Default set of monitored resources -->
<WatchedResource>WEB-INF/web.xml</WatchedResource>
<!-- PLM DataSource JNDI Resource -->
<!-- Using environment variables for database connection -->
<Resource name="plm" auth="Container"
type="javax.sql.DataSource" driverClassName="org.postgresql.Driver"
url="${DB_URL}"
username="${DB_USERNAME}" password="${DB_PASSWORD}"
maxTotal="200" maxIdle="50" maxWaitMillis="-1"/>
</Context>