aboutsummaryrefslogtreecommitdiffstats
path: root/dcae_dmaapbc_webapp/dbca-os/src/main/webapp
diff options
context:
space:
mode:
authorChristopher Lott (cl778h) <clott@research.att.com>2017-10-11 11:33:47 -0400
committerChristopher Lott (cl778h) <clott@research.att.com>2017-10-11 11:35:55 -0400
commit4c9cbdc7bf459490fe75d60ff3676e6ce34eb6b1 (patch)
tree77e20de71d4e34765cf673caf8ce7041715d954b /dcae_dmaapbc_webapp/dbca-os/src/main/webapp
parente96b02faf99829108d461a116c76b7dbc4f2cec8 (diff)
Exclude unneeded classes so app will startrelease-1.1.0
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) <clott@research.att.com>
Diffstat (limited to 'dcae_dmaapbc_webapp/dbca-os/src/main/webapp')
-rw-r--r--dcae_dmaapbc_webapp/dbca-os/src/main/webapp/WEB-INF/conf/system.properties2
1 files changed, 1 insertions, 1 deletions
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