You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
374 B
11 lines
374 B
6 years ago
|
<?xml version="1.0" encoding="UTF-8"?>
|
||
|
<Context>
|
||
|
<Resource type="javax.sql.DataSource"
|
||
|
name="jdbc/gdms"
|
||
|
factory="org.apache.tomcat.jdbc.pool.DataSourceFactory"
|
||
|
driverClassName="com.mysql.jdbc.Driver"
|
||
|
url="jdbc:mariadb://localhost:3306/gdms"
|
||
|
username="gdms"
|
||
|
password="GDMS"/>
|
||
|
</Context>
|