Comment 1 for bug 1766882

Revision history for this message
Thomas (lostexception) wrote :

This seems to be related to my bug https://bugs.launchpad.net/ubuntu/+source/tomcat8/+bug/1766697 (sorry if this is the wrong way to link another bug). If the explanation is correct, dependencies and the init script in the tomcat8 package should be changed.

My 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