summaryrefslogtreecommitdiffstats
path: root/testsuites/rubbos/puppet_manifests/modules/rubbos_tomcat/files/tomcat_sl/mysql.properties
diff options
context:
space:
mode:
authorwangyaoguang <sunshine.wang@huawei.com>2016-04-05 15:25:46 +0800
committerwangyaoguang <sunshine.wang@huawei.com>2016-04-05 17:00:08 +0800
commit708e3c7eacb563bfe029719bc7f4c7d0c6d233b7 (patch)
treec58152a52d5d6b7a0652d0ccf67acf9e7f2e2baa /testsuites/rubbos/puppet_manifests/modules/rubbos_tomcat/files/tomcat_sl/mysql.properties
parentc3756b0ed4a52407f5da611fa92ddc68b9e6be8b (diff)
add puppet manifests and conf files for rubbos tomcat module
Change-Id: Ieff7000004a3f228731f4c35a519a9634a70a702 JIRA: BOTTLENECK-53
Diffstat (limited to 'testsuites/rubbos/puppet_manifests/modules/rubbos_tomcat/files/tomcat_sl/mysql.properties')
-rw-r--r--testsuites/rubbos/puppet_manifests/modules/rubbos_tomcat/files/tomcat_sl/mysql.properties17
1 files changed, 17 insertions, 0 deletions
diff --git a/testsuites/rubbos/puppet_manifests/modules/rubbos_tomcat/files/tomcat_sl/mysql.properties b/testsuites/rubbos/puppet_manifests/modules/rubbos_tomcat/files/tomcat_sl/mysql.properties
new file mode 100644
index 00000000..966cfa59
--- /dev/null
+++ b/testsuites/rubbos/puppet_manifests/modules/rubbos_tomcat/files/tomcat_sl/mysql.properties
@@ -0,0 +1,17 @@
+## DataSource configuration
+datasource.name mysql
+
+#datasource.url jdbc:mysql://btnks-1:3313/rubbos
+datasource.url REPLACED_MYSQL_JDBC_DB_URL
+datasource.classname com.mysql.jdbc.Driver
+
+datasource.username REPLACED_MYSQL_USERNAME
+datasource.password REPLACED_MYSQL_PASSWORD
+
+
+## ConnectionManager configuration
+jdbc.connchecklevel 1
+jdbc.connmaxage 30
+jdbc.connmaxthreads 4
+jdbc.connexcltimeout 30
+jdbc.connteststmt select 1