File tomcat.conf contains: JAVA_OPTS="-Djavax.sql.DataSource.Factory=org.apache.commons.dbcp.BasicDataSourceFactory" It should be: JAVA_OPTS="-Djavax.sql.DataSource.Factory=org.apache.tomcat.dbcp.dbcp2.BasicDataSourceFactory" The dbcp class does not exist in TC 9, which switch to dbcp2. Reproducible: Always
This package has changed maintainer in Fedora. Reassigning to the new maintainer of this component.
Fix included in 9.0.83 release.