The dogtag-pki project is in the process of switching from tomcat 9 to tomcat 10.
tomcat 10 brings with it many changes including the removal of /usr/sbin/tomcat. Scripts are now located in /usr/share/tomcat/bin
IPA makes a single direct call to tomcat to identify its version. The script location is defined in ipaplatform.base.paths in BIN_TOMCAT. Debian already overrides this with /usr/share/tomcat9/bin/version.sh. For tomcat 10 IPA will need to do something similar with the override being /usr/share/tomcat/bin/version.sh
- links to