As i read on this document: https://tomcat.apache.org/migration-8.html
they states:
The
maxActive
configuration option has been renamed tomaxTotal
But the bundled camunda datasources in server.xml, even in the latest Tomcat 9.x, contains the ‘maxActive’ property.
I think that Tomcat will probably ignore it.