From b12f3f179afc18fe280e6e50ec3e852732bb8873 Mon Sep 17 00:00:00 2001 From: Guus der Kinderen Date: Thu, 19 Sep 2024 10:06:03 +0200 Subject: [PATCH] Update Tomcat configuration references This updates the various bits of Tomcat config that we're using for development (this doesn't need to get deployed) --- pom.xml | 2 +- src/it/{tomcat8x => tomcat9x}/context.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) rename src/it/{tomcat8x => tomcat9x}/context.xml (97%) diff --git a/pom.xml b/pom.xml index 42d9fa44..db884df9 100644 --- a/pom.xml +++ b/pom.xml @@ -120,7 +120,7 @@ - ${project.basedir}/src/it/tomcat8x/context.xml + ${project.basedir}/src/it/tomcat9x/context.xml conf diff --git a/src/it/tomcat8x/context.xml b/src/it/tomcat9x/context.xml similarity index 97% rename from src/it/tomcat8x/context.xml rename to src/it/tomcat9x/context.xml index c6dcd98f..a91ed087 100644 --- a/src/it/tomcat8x/context.xml +++ b/src/it/tomcat9x/context.xml @@ -29,7 +29,7 @@ type="javax.sql.DataSource" username="tomcat-website" password="CHANGEME" - driverClassName="com.mysql.jdbc.Driver" + driverClassName="com.mysql.cj.jdbc.Driver" url="jdbc:mysql://CHANGEME:3306/stats?characterEncoding=UTF-8" />