From 4c9cbdc7bf459490fe75d60ff3676e6ce34eb6b1 Mon Sep 17 00:00:00 2001 From: "Christopher Lott (cl778h)" Date: Wed, 11 Oct 2017 11:33:47 -0400 Subject: Exclude unneeded classes so app will start 1. The webapp fails to start in WindRiver (same docker image works in Rackspace). Extend app configuration to exclude unneeded class where the error happens. 2. Use MariaDB connector; drop Mysql connector. Issue: DMAAP-159, PORTAL-20 Change-Id: I203e0d463308011eb18085974001118958a2abaf Signed-off-by: Christopher Lott (cl778h) --- .../dbca-os/src/main/webapp/WEB-INF/conf/system.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dcae_dmaapbc_webapp/dbca-os/src/main/webapp') diff --git a/dcae_dmaapbc_webapp/dbca-os/src/main/webapp/WEB-INF/conf/system.properties b/dcae_dmaapbc_webapp/dbca-os/src/main/webapp/WEB-INF/conf/system.properties index 0ee0ef3..f75150f 100644 --- a/dcae_dmaapbc_webapp/dbca-os/src/main/webapp/WEB-INF/conf/system.properties +++ b/dcae_dmaapbc_webapp/dbca-os/src/main/webapp/WEB-INF/conf/system.properties @@ -3,7 +3,7 @@ app_display_name = DMaaP Bus Ctlr db.driver = org.mariadb.jdbc.Driver -db.connectionURL = jdbc:mysql://hostname.onap.org.:3306/dbca +db.connectionURL = jdbc:mariadb://localhost:3306/dbca_os db.userName = dbca_user db.password = dbca_pass db.hib.dialect = org.hibernate.dialect.MySQLDialect -- cgit 1.2.3-korg