설정파일 커밋밋
This commit is contained in:
14
tomcat-conf/context.xml
Normal file
14
tomcat-conf/context.xml
Normal 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>
|
||||
Reference in New Issue
Block a user