Skip to content

Commit

Permalink
Update Tomcat configuration references
Browse files Browse the repository at this point in the history
This updates the various bits of Tomcat config that we're using for development (this doesn't need to get deployed)
  • Loading branch information
guusdk committed Sep 19, 2024
1 parent 6871fae commit d605d73
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@
<configuration>
<configfiles>
<configfile>
<file>${project.basedir}/src/it/tomcat8x/context.xml</file>
<file>${project.basedir}/src/it/tomcat9x/context.xml</file>
<todir>conf</todir>
</configfile>
</configfiles>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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"
/>
</Context>

0 comments on commit d605d73

Please sign in to comment.