This seems to be related to https://bugs.launchpad.net/ubuntu/+source/tomcat8/+bug/1766882 (sorry if this is the wrong way to link another bug). My problem probably was that I was using OpenJDK 8. If the explanation is correct, dependencies and the init script in the tomcat8 package should be changed.
Workaround: - Install openjdk-11-jre-headless - Change init script /etc/init.d/tomcat8: 61c61 < for java_version in 9 8 --- > for java_version in 11 9 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1766697 Title: Tomcat AJP broken in combination with Apache 2.4 To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/tomcat8/+bug/1766697/+subscriptions -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
