Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

For MariaDB you will need to use an appropriate driver. In our tests, we have had success with the MySQL Connector/J driver from https://dev.mysqlmvnrepository.com/artifact/downloadsmysql/connector/j/. The mysql-connector-java. The jar file we used was mysqlwas mysql-connector-java-58.10.38-bin17.jar.  It should be installed under /opt/shrine/tomcat/lib.

...

Code Block
languagetext
themeRDark
url="jdbc:jtds:sqlserver://mssql.abcdefghijkl.us-east-1.rds.amazonaws.com:1433/adapterAuditDB"adapterAuditD

Oracle

For Oracle, you will need to use an appropriate driver and url for your database. The driver must support JDK 11 and later. We test internally with ojdbc10.jar and recommend using that version.  ojdbc8.jar is also certified by Oracle to work with JDK 11.

...