[19:28] doko: i spent a bit of time testing on tomcat [19:29] doko: possible bug/regression: 30s startup time delay of tomcat "Creation of SecureRandom instance for session ID generation using [SHA1PRNG] took [46,059] milliseconds.", probably missing entropy. But never seen that behavior before.. Maybe behavior change in tomcat .30->0.38 or openjdk10->11 [19:31] doko: apart the backport contain one bigger unexpected (for users) change: -> native systemd service file instead of sysv init-script. Init-script is still around but now probably not used by default (that is part of ebourg work in side probably): unexpected + some side-effect: locking from system access from webapp could/will break some, + custom changed to init-script present not longer used [19:31] doko: Note: did see any of problem in my testing as we ship custom .deb with tomcat8-user created cluster...