[보안취약점조치]db 계정/암호 노출, 삭제
This commit is contained in:
@@ -1,49 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<Context>
|
||||
|
||||
<!-- maxTotal: Maximum number of database connections in pool. Make sure you
|
||||
configure your mysqld max_connections large enough to handle
|
||||
all of your db connections. Set to -1 for no limit.
|
||||
-->
|
||||
|
||||
<!-- maxIdle: Maximum number of idle database connections to retain in pool.
|
||||
Set to -1 for no limit. See also the DBCP documentation on this
|
||||
and the minEvictableIdleTimeMillis configuration parameter.
|
||||
-->
|
||||
|
||||
<!-- maxWaitMillis: Maximum time to wait for a database connection to become available
|
||||
in ms, in this example 10 seconds. An Exception is thrown if
|
||||
this timeout is exceeded. Set to -1 to wait indefinitely.
|
||||
-->
|
||||
|
||||
<!-- username and password: MySQL username and password for database connections -->
|
||||
|
||||
<!-- driverClassName: Class name for the old mm.mysql JDBC driver is
|
||||
org.gjt.mm.mysql.Driver - we recommend using Connector/J though.
|
||||
Class name for the official MySQL Connector/J driver is com.mysql.jdbc.Driver.
|
||||
-->
|
||||
|
||||
<!-- url: The JDBC connection url for connecting to your MySQL database.
|
||||
-->
|
||||
|
||||
<!-- MCC -->
|
||||
<Resource name="jndi/DMCC_IIAAPP_N" auth="Container" type="javax.sql.DataSource"
|
||||
maxTotal="10" maxIdle="10" maxWaitMillis="10000"
|
||||
username="IIAPKG" password="IIAPKG" driverClassName="oracle.jdbc.OracleDriver"
|
||||
url="jdbc:oracle:thin:@//192.168.8.101:1521/hanacap"/>
|
||||
<!-- MCU -->
|
||||
<Resource name="jndi/DMCU_IIAAPP_N" auth="Container" type="javax.sql.DataSource"
|
||||
maxTotal="10" maxIdle="10" maxWaitMillis="10000"
|
||||
username="IIUPKG" password="IIUPKG" driverClassName="oracle.jdbc.OracleDriver"
|
||||
url="jdbc:oracle:thin:@//192.168.8.101:1521/hanacap"/>
|
||||
<!-- EAI -->
|
||||
<Resource name="jndi/DEAI_IICAPP_N" auth="Container" type="javax.sql.DataSource"
|
||||
maxTotal="10" maxIdle="10" maxWaitMillis="10000"
|
||||
username="IICPKG" password="IICPKG" driverClassName="oracle.jdbc.OracleDriver"
|
||||
url="jdbc:oracle:thin:@//192.168.8.101:1521/hanacap"/>
|
||||
<!-- FEP -->
|
||||
<Resource name="jndi/DFEP_IIBAPP_N" auth="Container" type="javax.sql.DataSource"
|
||||
maxTotal="10" maxIdle="10" maxWaitMillis="10000"
|
||||
username="IIBPKG" password="IIBPKG" driverClassName="oracle.jdbc.OracleDriver"
|
||||
url="jdbc:oracle:thin:@//192.168.8.101:1521/hanacap"/>
|
||||
</Context>
|
||||
@@ -1,49 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<Context>
|
||||
|
||||
<!-- maxTotal: Maximum number of database connections in pool. Make sure you
|
||||
configure your mysqld max_connections large enough to handle
|
||||
all of your db connections. Set to -1 for no limit.
|
||||
-->
|
||||
|
||||
<!-- maxIdle: Maximum number of idle database connections to retain in pool.
|
||||
Set to -1 for no limit. See also the DBCP documentation on this
|
||||
and the minEvictableIdleTimeMillis configuration parameter.
|
||||
-->
|
||||
|
||||
<!-- maxWaitMillis: Maximum time to wait for a database connection to become available
|
||||
in ms, in this example 10 seconds. An Exception is thrown if
|
||||
this timeout is exceeded. Set to -1 to wait indefinitely.
|
||||
-->
|
||||
|
||||
<!-- username and password: MySQL username and password for database connections -->
|
||||
|
||||
<!-- driverClassName: Class name for the old mm.mysql JDBC driver is
|
||||
org.gjt.mm.mysql.Driver - we recommend using Connector/J though.
|
||||
Class name for the official MySQL Connector/J driver is com.mysql.jdbc.Driver.
|
||||
-->
|
||||
|
||||
<!-- url: The JDBC connection url for connecting to your MySQL database.
|
||||
-->
|
||||
|
||||
<!-- MCC -->
|
||||
<Resource name="jndi/DMCC_IIAAPP_N" auth="Container" type="javax.sql.DataSource"
|
||||
maxTotal="10" maxIdle="10" maxWaitMillis="10000"
|
||||
username="mci" password="mciadmin" driverClassName="org.postgresql.Driver"
|
||||
url="jdbc:postgresql://192.168.8.21:5433/mci"/>
|
||||
<!-- MCU -->
|
||||
<!-- <Resource name="jndi/DMCU_IIAAPP_N" auth="Container" type="javax.sql.DataSource" -->
|
||||
<!-- maxTotal="10" maxIdle="10" maxWaitMillis="10000" -->
|
||||
<!-- username="IIUPKG" password="IIUPKG" driverClassName="oracle.jdbc.OracleDriver" -->
|
||||
<!-- url="jdbc:oracle:thin:@//192.168.8.101:1521/hanacap"/> -->
|
||||
<!-- EAI -->
|
||||
<Resource name="jndi/DEAI_IICAPP_N" auth="Container" type="javax.sql.DataSource"
|
||||
maxTotal="10" maxIdle="10" maxWaitMillis="10000"
|
||||
username="eai" password="eaiadmin" driverClassName="org.postgresql.Driver"
|
||||
url="jdbc:postgresql://192.168.8.21:5433/eai"/>
|
||||
<!-- FEP -->
|
||||
<Resource name="jndi/DFEP_IIBAPP_N" auth="Container" type="javax.sql.DataSource"
|
||||
maxTotal="10" maxIdle="10" maxWaitMillis="10000"
|
||||
username="fep" password="fepadmin" driverClassName="org.postgresql.Driver"
|
||||
url="jdbc:postgresql://192.168.8.21:5433/fep"/>
|
||||
</Context>
|
||||
@@ -1,50 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<Context>
|
||||
|
||||
<!-- maxTotal: Maximum number of database connections in pool. Make sure you
|
||||
configure your mysqld max_connections large enough to handle
|
||||
all of your db connections. Set to -1 for no limit.
|
||||
-->
|
||||
|
||||
<!-- maxIdle: Maximum number of idle database connections to retain in pool.
|
||||
Set to -1 for no limit. See also the DBCP documentation on this
|
||||
and the minEvictableIdleTimeMillis configuration parameter.
|
||||
-->
|
||||
|
||||
<!-- maxWaitMillis: Maximum time to wait for a database connection to become available
|
||||
in ms, in this example 10 seconds. An Exception is thrown if
|
||||
this timeout is exceeded. Set to -1 to wait indefinitely.
|
||||
-->
|
||||
|
||||
<!-- username and password: MySQL username and password for database connections -->
|
||||
|
||||
<!-- driverClassName: Class name for the old mm.mysql JDBC driver is
|
||||
org.gjt.mm.mysql.Driver - we recommend using Connector/J though.
|
||||
Class name for the official MySQL Connector/J driver is com.mysql.jdbc.Driver.
|
||||
-->
|
||||
|
||||
<!-- url: The JDBC connection url for connecting to your MySQL database.
|
||||
-->
|
||||
|
||||
<!-- MCC
|
||||
<Resource name="jndi/DMCC_IIAAPP_N" auth="Container" type="javax.sql.DataSource"
|
||||
maxTotal="10" maxIdle="10" maxWaitMillis="10000"
|
||||
username="mci" password="mciadmin" driverClassName="com.mysql.cj.jdbc.Driver"
|
||||
url="jdbc:postgresql://localhost:5433/mci"/>
|
||||
-->
|
||||
<Resource name="jndi/DMCI_IIAAPP_N" auth="Container" type="javax.sql.DataSource"
|
||||
maxTotal="10" maxIdle="10" maxWaitMillis="10000"
|
||||
username="mci" password="mciadmin" driverClassName="com.mysql.cj.jdbc.Driver"
|
||||
url="jdbc:mysql://localhost:3306/mci?useSSL=false&characterEncoding=euckr"/>
|
||||
<!-- EAI -->
|
||||
<Resource name="jndi/DEAI_IICAPP_N" auth="Container" type="javax.sql.DataSource"
|
||||
maxTotal="10" initialSize="10" maxIdle="10" maxActive="10" maxWaitMillis="10000"
|
||||
poolPreparedStatements="true" validationQuery="SELECT 1" validationInterval="600000"
|
||||
username="eai" password="eaiadmin" driverClassName="com.mysql.cj.jdbc.Driver"
|
||||
url="jdbc:mysql://localhost:3306/eai?useSSL=false&characterEncoding=euckr"/>
|
||||
<!-- FEP -->
|
||||
<Resource name="jndi/DFEP_IIBAPP_N" auth="Container" type="javax.sql.DataSource"
|
||||
maxTotal="10" maxIdle="10" maxWaitMillis="10000"
|
||||
username="fep" password="fepadmin" driverClassName="com.mysql.cj.jdbc.Driver"
|
||||
url="jdbc:mysql://localhost:3306/fep?useSSL=false&characterEncoding=euckr"/>
|
||||
</Context>
|
||||
@@ -1,55 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<Context>
|
||||
|
||||
<!-- maxTotal: Maximum number of database connections in pool. Make sure you
|
||||
configure your mysqld max_connections large enough to handle
|
||||
all of your db connections. Set to -1 for no limit.
|
||||
-->
|
||||
|
||||
<!-- maxIdle: Maximum number of idle database connections to retain in pool.
|
||||
Set to -1 for no limit. See also the DBCP documentation on this
|
||||
and the minEvictableIdleTimeMillis configuration parameter.
|
||||
-->
|
||||
|
||||
<!-- maxWaitMillis: Maximum time to wait for a database connection to become available
|
||||
in ms, in this example 10 seconds. An Exception is thrown if
|
||||
this timeout is exceeded. Set to -1 to wait indefinitely.
|
||||
-->
|
||||
|
||||
<!-- username and password: MySQL username and password for database connections -->
|
||||
|
||||
<!-- driverClassName: Class name for the old mm.mysql JDBC driver is
|
||||
org.gjt.mm.mysql.Driver - we recommend using Connector/J though.
|
||||
Class name for the official MySQL Connector/J driver is com.mysql.jdbc.Driver.
|
||||
-->
|
||||
|
||||
<!-- url: The JDBC connection url for connecting to your MySQL database.
|
||||
-->
|
||||
|
||||
<!-- MCC
|
||||
<Resource name="jndi/DMCC_IIAAPP_N" auth="Container" type="javax.sql.DataSource"
|
||||
maxTotal="10" maxIdle="10" maxWaitMillis="10000"
|
||||
username="mci" password="mciadmin" driverClassName="org.postgresql.Driver"
|
||||
url="jdbc:postgresql://localhost:5433/mci"/>
|
||||
-->
|
||||
<Resource name="jndi/DMCI_IIAAPP_N" auth="Container" type="javax.sql.DataSource"
|
||||
maxTotal="10" maxIdle="10" maxWaitMillis="10000"
|
||||
username="mci" password="mciadmin" driverClassName="org.postgresql.Driver"
|
||||
url="jdbc:postgresql://localhost:5433/mci"/>
|
||||
<!-- MCU -->
|
||||
<!-- <Resource name="jndi/DMCU_IIAAPP_N" auth="Container" type="javax.sql.DataSource" -->
|
||||
<!-- maxTotal="10" maxIdle="10" maxWaitMillis="10000" -->
|
||||
<!-- username="IIUPKG" password="IIUPKG" driverClassName="oracle.jdbc.OracleDriver" -->
|
||||
<!-- url="jdbc:oracle:thin:@//192.168.8.101:1521/hanacap"/> -->
|
||||
<!-- EAI -->
|
||||
<Resource name="jndi/DEAI_IICAPP_N" auth="Container" type="javax.sql.DataSource"
|
||||
maxTotal="10" initialSize="10" maxIdle="10" maxActive="10" maxWaitMillis="10000"
|
||||
poolPreparedStatements="true" validationQuery="SELECT 1" validationInterval="600000"
|
||||
username="eai" password="eaiadmin" driverClassName="org.postgresql.Driver"
|
||||
url="jdbc:postgresql://localhost:5433/eai"/>
|
||||
<!-- FEP -->
|
||||
<Resource name="jndi/DFEP_IIBAPP_N" auth="Container" type="javax.sql.DataSource"
|
||||
maxTotal="10" maxIdle="10" maxWaitMillis="10000"
|
||||
username="fep" password="fepadmin" driverClassName="org.postgresql.Driver"
|
||||
url="jdbc:postgresql://localhost:5433/fep"/>
|
||||
</Context>
|
||||
@@ -1,55 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<Context>
|
||||
|
||||
<!-- maxTotal: Maximum number of database connections in pool. Make sure you
|
||||
configure your mysqld max_connections large enough to handle
|
||||
all of your db connections. Set to -1 for no limit.
|
||||
-->
|
||||
|
||||
<!-- maxIdle: Maximum number of idle database connections to retain in pool.
|
||||
Set to -1 for no limit. See also the DBCP documentation on this
|
||||
and the minEvictableIdleTimeMillis configuration parameter.
|
||||
-->
|
||||
|
||||
<!-- maxWaitMillis: Maximum time to wait for a database connection to become available
|
||||
in ms, in this example 10 seconds. An Exception is thrown if
|
||||
this timeout is exceeded. Set to -1 to wait indefinitely.
|
||||
-->
|
||||
|
||||
<!-- username and password: MySQL username and password for database connections -->
|
||||
|
||||
<!-- driverClassName: Class name for the old mm.mysql JDBC driver is
|
||||
org.gjt.mm.mysql.Driver - we recommend using Connector/J though.
|
||||
Class name for the official MySQL Connector/J driver is com.mysql.jdbc.Driver.
|
||||
-->
|
||||
|
||||
<!-- url: The JDBC connection url for connecting to your MySQL database.
|
||||
-->
|
||||
|
||||
<!-- MCC
|
||||
<Resource name="jndi/DMCC_IIAAPP_N" auth="Container" type="javax.sql.DataSource"
|
||||
maxTotal="10" maxIdle="10" maxWaitMillis="10000"
|
||||
username="mci" password="mciadmin" driverClassName="org.postgresql.Driver"
|
||||
url="jdbc:postgresql://192.168.8.21:5433/mci"/>
|
||||
-->
|
||||
<Resource name="jndi/DMCI_IIAAPP_N" auth="Container" type="javax.sql.DataSource"
|
||||
maxTotal="10" maxIdle="10" maxWaitMillis="10000"
|
||||
username="mci" password="mciadmin" driverClassName="org.postgresql.Driver"
|
||||
url="jdbc:postgresql://192.168.8.21:5433/mci"/>
|
||||
<!-- MCU -->
|
||||
<!-- <Resource name="jndi/DMCU_IIAAPP_N" auth="Container" type="javax.sql.DataSource" -->
|
||||
<!-- maxTotal="10" maxIdle="10" maxWaitMillis="10000" -->
|
||||
<!-- username="IIUPKG" password="IIUPKG" driverClassName="oracle.jdbc.OracleDriver" -->
|
||||
<!-- url="jdbc:oracle:thin:@//192.168.8.101:1521/hanacap"/> -->
|
||||
<!-- EAI -->
|
||||
<Resource name="jndi/DEAI_IICAPP_N" auth="Container" type="javax.sql.DataSource"
|
||||
maxTotal="10" initialSize="10" maxIdle="10" maxActive="10" maxWaitMillis="10000"
|
||||
poolPreparedStatements="true" validationQuery="SELECT 1" validationInterval="600000"
|
||||
username="eai" password="eaiadmin" driverClassName="org.postgresql.Driver"
|
||||
url="jdbc:postgresql://192.168.8.21:5433/eai"/>
|
||||
<!-- FEP -->
|
||||
<Resource name="jndi/DFEP_IIBAPP_N" auth="Container" type="javax.sql.DataSource"
|
||||
maxTotal="10" maxIdle="10" maxWaitMillis="10000"
|
||||
username="fep" password="fepadmin" driverClassName="org.postgresql.Driver"
|
||||
url="jdbc:postgresql://192.168.8.21:5433/fep"/>
|
||||
</Context>
|
||||
@@ -1,49 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<Context>
|
||||
|
||||
<!-- maxTotal: Maximum number of database connections in pool. Make sure you
|
||||
configure your mysqld max_connections large enough to handle
|
||||
all of your db connections. Set to -1 for no limit.
|
||||
-->
|
||||
|
||||
<!-- maxIdle: Maximum number of idle database connections to retain in pool.
|
||||
Set to -1 for no limit. See also the DBCP documentation on this
|
||||
and the minEvictableIdleTimeMillis configuration parameter.
|
||||
-->
|
||||
|
||||
<!-- maxWaitMillis: Maximum time to wait for a database connection to become available
|
||||
in ms, in this example 10 seconds. An Exception is thrown if
|
||||
this timeout is exceeded. Set to -1 to wait indefinitely.
|
||||
-->
|
||||
|
||||
<!-- username and password: MySQL username and password for database connections -->
|
||||
|
||||
<!-- driverClassName: Class name for the old mm.mysql JDBC driver is
|
||||
org.gjt.mm.mysql.Driver - we recommend using Connector/J though.
|
||||
Class name for the official MySQL Connector/J driver is com.mysql.jdbc.Driver.
|
||||
-->
|
||||
|
||||
<!-- url: The JDBC connection url for connecting to your MySQL database.
|
||||
-->
|
||||
|
||||
<!-- MCC -->
|
||||
<Resource name="jndi/DMCC_IIAAPP_N" auth="Container" type="javax.sql.DataSource"
|
||||
maxTotal="20" maxIdle="10" maxWaitMillis="10000"
|
||||
username="IIAPKG" password="elink" driverClassName="oracle.jdbc.OracleDriver"
|
||||
url="jdbc:oracle:thin:@//192.168.120.216:1522/XE"/>
|
||||
<!-- MCU -->
|
||||
<Resource name="jndi/DMCU_IIAAPP_N" auth="Container" type="javax.sql.DataSource"
|
||||
maxTotal="20" maxIdle="10" maxWaitMillis="10000"
|
||||
username="IIUPKG" password="elink" driverClassName="oracle.jdbc.OracleDriver"
|
||||
url="jdbc:oracle:thin:@//192.168.120.216:1522/XE"/>
|
||||
<!-- EAI -->
|
||||
<Resource name="jndi/DEAI_IICAPP_N" auth="Container" type="javax.sql.DataSource"
|
||||
maxTotal="20" maxIdle="10" maxWaitMillis="10000"
|
||||
username="IICPKG" password="elink" driverClassName="oracle.jdbc.OracleDriver"
|
||||
url="jdbc:oracle:thin:@//192.168.120.216:1522/XE"/>
|
||||
<!-- FEP -->
|
||||
<Resource name="jndi/DFEP_IIBAPP_N" auth="Container" type="javax.sql.DataSource"
|
||||
maxTotal="20" maxIdle="10" maxWaitMillis="10000"
|
||||
username="IIBPKG" password="elink" driverClassName="oracle.jdbc.OracleDriver"
|
||||
url="jdbc:oracle:thin:@//192.168.120.216:1522/XE"/>
|
||||
</Context>
|
||||
@@ -1,54 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<Context>
|
||||
|
||||
<!-- maxTotal: Maximum number of database connections in pool. Make sure you
|
||||
configure your mysqld max_connections large enough to handle
|
||||
all of your db connections. Set to -1 for no limit.
|
||||
-->
|
||||
|
||||
<!-- maxIdle: Maximum number of idle database connections to retain in pool.
|
||||
Set to -1 for no limit. See also the DBCP documentation on this
|
||||
and the minEvictableIdleTimeMillis configuration parameter.
|
||||
-->
|
||||
|
||||
<!-- maxWaitMillis: Maximum time to wait for a database connection to become available
|
||||
in ms, in this example 10 seconds. An Exception is thrown if
|
||||
this timeout is exceeded. Set to -1 to wait indefinitely.
|
||||
-->
|
||||
|
||||
<!-- username and password: MySQL username and password for database connections -->
|
||||
|
||||
<!-- driverClassName: Class name for the old mm.mysql JDBC driver is
|
||||
org.gjt.mm.mysql.Driver - we recommend using Connector/J though.
|
||||
Class name for the official MySQL Connector/J driver is com.mysql.jdbc.Driver.
|
||||
-->
|
||||
|
||||
<!-- url: The JDBC connection url for connecting to your MySQL database.
|
||||
-->
|
||||
|
||||
<!-- MCC
|
||||
<Resource name="jndi/DMCC_IIAAPP_N" auth="Container" type="javax.sql.DataSource"
|
||||
maxTotal="10" maxIdle="10" maxWaitMillis="10000"
|
||||
username="mci" password="mciadmin" driverClassName="org.postgresql.Driver"
|
||||
url="jdbc:postgresql://192.168.8.21:5433/mci"/>
|
||||
-->
|
||||
<Resource name="jndi/DMCC_IIAAPP_N" auth="Container" type="javax.sql.DataSource"
|
||||
maxTotal="10" maxIdle="10" maxWaitMillis="10000"
|
||||
username="mci" password="mciadmin" driverClassName="com.mysql.jdbc.Driver"
|
||||
url="jdbc:mysql://192.168.8.21:4306/mci?useSSL=false&characterEncoding=euckr"/>
|
||||
<!-- MCU -->
|
||||
<!-- <Resource name="jndi/DMCU_IIAAPP_N" auth="Container" type="javax.sql.DataSource" -->
|
||||
<!-- maxTotal="10" maxIdle="10" maxWaitMillis="10000" -->
|
||||
<!-- username="IIUPKG" password="IIUPKG" driverClassName="oracle.jdbc.OracleDriver" -->
|
||||
<!-- url="jdbc:oracle:thin:@//192.168.8.101:1521/hanacap"/> -->
|
||||
<!-- EAI -->
|
||||
<Resource name="jndi/DEAI_IICAPP_N" auth="Container" type="javax.sql.DataSource"
|
||||
maxTotal="10" maxIdle="10" maxWaitMillis="10000"
|
||||
username="eai" password="eaiadmin" driverClassName="com.mysql.jdbc.Driver"
|
||||
url="jdbc:mysql://192.168.8.21:4306/eai?useSSL=false&characterEncoding=euckr"/>
|
||||
<!-- FEP -->
|
||||
<Resource name="jndi/DFEP_IIBAPP_N" auth="Container" type="javax.sql.DataSource"
|
||||
maxTotal="10" maxIdle="10" maxWaitMillis="10000"
|
||||
username="fep" password="fepadmin" driverClassName="com.mysql.jdbc.Driver"
|
||||
url="jdbc:mysql://192.168.8.21:4306/fep?useSSL=false&characterEncoding=euckr"/>
|
||||
</Context>
|
||||
@@ -1,55 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<Context>
|
||||
|
||||
<!-- maxTotal: Maximum number of database connections in pool. Make sure you
|
||||
configure your mysqld max_connections large enough to handle
|
||||
all of your db connections. Set to -1 for no limit.
|
||||
-->
|
||||
|
||||
<!-- maxIdle: Maximum number of idle database connections to retain in pool.
|
||||
Set to -1 for no limit. See also the DBCP documentation on this
|
||||
and the minEvictableIdleTimeMillis configuration parameter.
|
||||
-->
|
||||
|
||||
<!-- maxWaitMillis: Maximum time to wait for a database connection to become available
|
||||
in ms, in this example 10 seconds. An Exception is thrown if
|
||||
this timeout is exceeded. Set to -1 to wait indefinitely.
|
||||
-->
|
||||
|
||||
<!-- username and password: MySQL username and password for database connections -->
|
||||
|
||||
<!-- driverClassName: Class name for the old mm.mysql JDBC driver is
|
||||
org.gjt.mm.mysql.Driver - we recommend using Connector/J though.
|
||||
Class name for the official MySQL Connector/J driver is com.mysql.jdbc.Driver.
|
||||
-->
|
||||
|
||||
<!-- url: The JDBC connection url for connecting to your MySQL database.
|
||||
-->
|
||||
|
||||
<!-- MCC
|
||||
<Resource name="jndi/DMCC_IIAAPP_N" auth="Container" type="javax.sql.DataSource"
|
||||
maxTotal="10" maxIdle="10" maxWaitMillis="10000"
|
||||
username="mci" password="mciadmin" driverClassName="org.postgresql.Driver"
|
||||
url="jdbc:postgresql://192.168.8.21:5433/mci"/>
|
||||
-->
|
||||
<Resource name="jndi/DMCC_IIAAPP_N" auth="Container" type="javax.sql.DataSource"
|
||||
maxTotal="10" maxIdle="10" maxWaitMillis="10000"
|
||||
username="eai" password="eaiadmin" driverClassName="com.mysql.jdbc.Driver"
|
||||
url="jdbc:mysql://192.168.10.144:3306/eai"/>
|
||||
<!-- MCU -->
|
||||
<!-- <Resource name="jndi/DMCU_IIAAPP_N" auth="Container" type="javax.sql.DataSource" -->
|
||||
<!-- maxTotal="10" maxIdle="10" maxWaitMillis="10000" -->
|
||||
<!-- username="IIUPKG" password="IIUPKG" driverClassName="oracle.jdbc.OracleDriver" -->
|
||||
<!-- url="jdbc:oracle:thin:@//192.168.8.101:1521/hanacap"/> -->
|
||||
<!-- EAI -->
|
||||
<Resource name="jndi/DEAI_IICAPP_N" auth="Container" type="javax.sql.DataSource"
|
||||
maxTotal="10" initialSize="10" maxIdle="10" maxActive="10" maxWaitMillis="10000"
|
||||
poolPreparedStatements="true" validationQuery="SELECT 1" validationInterval="600000"
|
||||
username="eai" password="eaiadmin" driverClassName="com.mysql.jdbc.Driver"
|
||||
url="jdbc:mysql://192.168.10.144:3306/eai"/>
|
||||
<!-- FEP -->
|
||||
<Resource name="jndi/DFEP_IIBAPP_N" auth="Container" type="javax.sql.DataSource"
|
||||
maxTotal="10" maxIdle="10" maxWaitMillis="10000"
|
||||
username="eai" password="eaiadmin" driverClassName="com.mysql.jdbc.Driver"
|
||||
url="jdbc:mysql://192.168.10.144:3306/eai"/>
|
||||
</Context>
|
||||
@@ -1,46 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<Context>
|
||||
|
||||
<!-- maxTotal: Maximum number of database connections in pool. Make sure you
|
||||
configure your mysqld max_connections large enough to handle
|
||||
all of your db connections. Set to -1 for no limit.
|
||||
-->
|
||||
|
||||
<!-- maxIdle: Maximum number of idle database connections to retain in pool.
|
||||
Set to -1 for no limit. See also the DBCP documentation on this
|
||||
and the minEvictableIdleTimeMillis configuration parameter.
|
||||
-->
|
||||
|
||||
<!-- maxWaitMillis: Maximum time to wait for a database connection to become available
|
||||
in ms, in this example 10 seconds. An Exception is thrown if
|
||||
this timeout is exceeded. Set to -1 to wait indefinitely.
|
||||
-->
|
||||
|
||||
<!-- username and password: MySQL username and password for database connections -->
|
||||
|
||||
<!-- driverClassName: Class name for the old mm.mysql JDBC driver is
|
||||
org.gjt.mm.mysql.Driver - we recommend using Connector/J though.
|
||||
Class name for the official MySQL Connector/J driver is com.mysql.jdbc.Driver.
|
||||
-->
|
||||
|
||||
<!-- url: The JDBC connection url for connecting to your MySQL database.
|
||||
-->
|
||||
|
||||
<Resource name="jndi/DMCC_IIAAPP_N" auth="Container" type="javax.sql.DataSource"
|
||||
maxTotal="10" maxIdle="10" maxWaitMillis="10000"
|
||||
username="eai" password="eaiadmin" driverClassName="oracle.jdbc.OracleDriver"
|
||||
url="jdbc:oracle:thin:@192.168.10.45:1521:XE"/>
|
||||
|
||||
<!-- EAI -->
|
||||
<Resource name="jndi/DEAI_IICAPP_N" auth="Container" type="javax.sql.DataSource"
|
||||
maxTotal="10" initialSize="10" maxIdle="10" maxActive="10" maxWaitMillis="10000"
|
||||
poolPreparedStatements="true" validationQuery="SELECT 1 from dual" validationInterval="600000"
|
||||
username="eai" password="eaiadmin" driverClassName="oracle.jdbc.OracleDriver"
|
||||
url="jdbc:oracle:thin:@192.168.10.45:1521:XE"/>
|
||||
<!-- FEP -->
|
||||
<Resource name="jndi/DFEP_IIBAPP_N" auth="Container" type="javax.sql.DataSource"
|
||||
maxTotal="10" maxIdle="10" maxWaitMillis="10000"
|
||||
poolPreparedStatements="true" validationQuery="SELECT 1 from dual" validationInterval="600000"
|
||||
username="eai" password="eaiadmin" driverClassName="oracle.jdbc.OracleDriver"
|
||||
url="jdbc:oracle:thin:@192.168.10.45:1521:XE"/>
|
||||
</Context>
|
||||
@@ -1,55 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<Context>
|
||||
|
||||
<!-- maxTotal: Maximum number of database connections in pool. Make sure you
|
||||
configure your mysqld max_connections large enough to handle
|
||||
all of your db connections. Set to -1 for no limit.
|
||||
-->
|
||||
|
||||
<!-- maxIdle: Maximum number of idle database connections to retain in pool.
|
||||
Set to -1 for no limit. See also the DBCP documentation on this
|
||||
and the minEvictableIdleTimeMillis configuration parameter.
|
||||
-->
|
||||
|
||||
<!-- maxWaitMillis: Maximum time to wait for a database connection to become available
|
||||
in ms, in this example 10 seconds. An Exception is thrown if
|
||||
this timeout is exceeded. Set to -1 to wait indefinitely.
|
||||
-->
|
||||
|
||||
<!-- username and password: MySQL username and password for database connections -->
|
||||
|
||||
<!-- driverClassName: Class name for the old mm.mysql JDBC driver is
|
||||
org.gjt.mm.mysql.Driver - we recommend using Connector/J though.
|
||||
Class name for the official MySQL Connector/J driver is com.mysql.jdbc.Driver.
|
||||
-->
|
||||
|
||||
<!-- url: The JDBC connection url for connecting to your MySQL database.
|
||||
-->
|
||||
|
||||
<!-- MCC
|
||||
<Resource name="jndi/DMCC_IIAAPP_N" auth="Container" type="javax.sql.DataSource"
|
||||
maxTotal="10" maxIdle="10" maxWaitMillis="10000"
|
||||
username="mci" password="mciadmin" driverClassName="org.postgresql.Driver"
|
||||
url="jdbc:postgresql://192.168.8.21:5433/mci"/>
|
||||
-->
|
||||
<Resource name="jndi/DMCC_IIAAPP_N" auth="Container" type="javax.sql.DataSource"
|
||||
maxTotal="10" maxIdle="10" maxWaitMillis="10000"
|
||||
username="mci" password="mciadmin" driverClassName="org.postgresql.Driver"
|
||||
url="jdbc:postgresql://192.168.8.21:5433/mci"/>
|
||||
<!-- MCU -->
|
||||
<!-- <Resource name="jndi/DMCU_IIAAPP_N" auth="Container" type="javax.sql.DataSource" -->
|
||||
<!-- maxTotal="10" maxIdle="10" maxWaitMillis="10000" -->
|
||||
<!-- username="IIUPKG" password="IIUPKG" driverClassName="oracle.jdbc.OracleDriver" -->
|
||||
<!-- url="jdbc:oracle:thin:@//192.168.8.101:1521/hanacap"/> -->
|
||||
<!-- EAI -->
|
||||
<Resource name="jndi/DEAI_IICAPP_N" auth="Container" type="javax.sql.DataSource"
|
||||
maxTotal="10" initialSize="10" maxIdle="10" maxActive="10" maxWaitMillis="10000"
|
||||
poolPreparedStatements="true" validationQuery="SELECT 1" validationInterval="600000"
|
||||
username="eai" password="eaiadmin" driverClassName="org.postgresql.Driver"
|
||||
url="jdbc:postgresql://192.168.8.21:5433/eai"/>
|
||||
<!-- FEP -->
|
||||
<Resource name="jndi/DFEP_IIBAPP_N" auth="Container" type="javax.sql.DataSource"
|
||||
maxTotal="10" maxIdle="10" maxWaitMillis="10000"
|
||||
username="fep" password="fepadmin" driverClassName="org.postgresql.Driver"
|
||||
url="jdbc:postgresql://192.168.8.21:5433/fep"/>
|
||||
</Context>
|
||||
@@ -2,6 +2,6 @@
|
||||
<Context>
|
||||
<Resource name="jndi/dsAPIGW" auth="Container" type="javax.sql.DataSource"
|
||||
maxTotal="10" maxIdle="10" maxWaitMillis="10000"
|
||||
username="apigw" password="apigw" driverClassName="org.postgresql.Driver"
|
||||
url="jdbc:postgresql://127.0.0.1:25432/apigw"/>
|
||||
username="AGWADM" password="AGWADM" driverClassName="oracle.jdbc.OracleDriver"
|
||||
url="jdbc:oracle:thin:@//localhost:1521/ORCLCDB"/>
|
||||
</Context>
|
||||
@@ -1,50 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<Context>
|
||||
|
||||
<!-- maxTotal: Maximum number of database connections in pool. Make sure you
|
||||
configure your mysqld max_connections large enough to handle
|
||||
all of your db connections. Set to -1 for no limit.
|
||||
-->
|
||||
|
||||
<!-- maxIdle: Maximum number of idle database connections to retain in pool.
|
||||
Set to -1 for no limit. See also the DBCP documentation on this
|
||||
and the minEvictableIdleTimeMillis configuration parameter.
|
||||
-->
|
||||
|
||||
<!-- maxWaitMillis: Maximum time to wait for a database connection to become available
|
||||
in ms, in this example 10 seconds. An Exception is thrown if
|
||||
this timeout is exceeded. Set to -1 to wait indefinitely.
|
||||
-->
|
||||
|
||||
<!-- username and password: MySQL username and password for database connections -->
|
||||
|
||||
<!-- driverClassName: Class name for the old mm.mysql JDBC driver is
|
||||
org.gjt.mm.mysql.Driver - we recommend using Connector/J though.
|
||||
Class name for the official MySQL Connector/J driver is com.mysql.jdbc.Driver.
|
||||
-->
|
||||
|
||||
<!-- url: The JDBC connection url for connecting to your MySQL database.
|
||||
-->
|
||||
|
||||
<!-- MCC -->
|
||||
<Resource name="jndi/DMCC_IIAAPP_N" auth="Container" type="javax.sql.DataSource"
|
||||
maxTotal="20" maxIdle="10" maxWaitMillis="10000"
|
||||
username="IIAAPP" password="iiaapp2021!" driverClassName="oracle.jdbc.OracleDriver"
|
||||
url="jdbc:oracle:thin:@//172.16.141.11:11521/DMCCDB"/>
|
||||
<!-- MCU -->
|
||||
<Resource name="jndi/DMCU_IIAAPP_N" auth="Container" type="javax.sql.DataSource"
|
||||
maxTotal="20" maxIdle="10" maxWaitMillis="10000"
|
||||
username="IIAAPP" password="iiaapp2021!" driverClassName="oracle.jdbc.OracleDriver"
|
||||
url="jdbc:oracle:thin:@//172.16.141.21:11521/DMCUDB"/>
|
||||
<!-- EAI -->
|
||||
<Resource name="jndi/DEAI_IICAPP_N" auth="Container" type="javax.sql.DataSource"
|
||||
maxTotal="20" maxIdle="10" maxWaitMillis="10000"
|
||||
username="IICAPP" password="iicapp2021!" driverClassName="oracle.jdbc.OracleDriver"
|
||||
url="jdbc:oracle:thin:@//172.16.141.31:11521/DEAIDB"/>
|
||||
<!-- FEP -->
|
||||
<Resource name="jndi/DFEP_IIBAPP_N" auth="Container" type="javax.sql.DataSource"
|
||||
maxTotal="20" maxIdle="10" maxWaitMillis="10000"
|
||||
username="IIBAPP" password="iibapp2021!" driverClassName="oracle.jdbc.OracleDriver"
|
||||
url="jdbc:oracle:thin:@//172.16.142.11:11521/DFEPDB"/>
|
||||
|
||||
</Context>
|
||||
@@ -1,33 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<Context>
|
||||
|
||||
<!-- maxTotal: Maximum number of database connections in pool. Make sure you
|
||||
configure your mysqld max_connections large enough to handle
|
||||
all of your db connections. Set to -1 for no limit.
|
||||
-->
|
||||
|
||||
<!-- maxIdle: Maximum number of idle database connections to retain in pool.
|
||||
Set to -1 for no limit. See also the DBCP documentation on this
|
||||
and the minEvictableIdleTimeMillis configuration parameter.
|
||||
-->
|
||||
|
||||
<!-- maxWaitMillis: Maximum time to wait for a database connection to become available
|
||||
in ms, in this example 10 seconds. An Exception is thrown if
|
||||
this timeout is exceeded. Set to -1 to wait indefinitely.
|
||||
-->
|
||||
|
||||
<!-- username and password: MySQL username and password for database connections -->
|
||||
|
||||
<!-- driverClassName: Class name for the old mm.mysql JDBC driver is
|
||||
org.gjt.mm.mysql.Driver - we recommend using Connector/J though.
|
||||
Class name for the official MySQL Connector/J driver is com.mysql.jdbc.Driver.
|
||||
-->
|
||||
|
||||
<!-- url: The JDBC connection url for connecting to your MySQL database.
|
||||
-->
|
||||
|
||||
<Resource name="jdbc/ElinkDefaultDataSource" auth="Container" type="javax.sql.DataSource"
|
||||
maxTotal="20" maxIdle="10" maxWaitMillis="10000"
|
||||
username="EAIPKG" password="EAIPKG2021!" driverClassName="oracle.jdbc.OracleDriver"
|
||||
url="jdbc:oracle:thin:@//192.168.103.53:11521/IEAIDB"/>
|
||||
</Context>
|
||||
Reference in New Issue
Block a user