SNAS / docker

Docker files for docker installs
Eclipse Public License 1.0
20 stars 28 forks source link

Update DB_REST content.xml to configure mariadb #9

Closed optiz0r closed 7 years ago

optiz0r commented 7 years ago

Updates the tomcat7/webapps/db_rest/META_INF/context.xml to use local mariadb rather than the demo-int.openbmp.org. I guess at some point the database engine was changed from mysql to mariadb and the sed line no longer matches. Prior to this fix, accessing db_rest would give an HTTP 500, and catalina.out logfile would reference connection refused attempting connection to demo-int.openbmp.org:3306.