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.
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.