Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: jdebp web site URL

...

Debian's Tomcat comes with an almost-usable systemd service that needs to be amended in order to

  1. Avoid the systemd-house-of-horror that's still all too common with Tomcat/Java packaging
  2. Avoid slow startup times due to use of a blocking /dev/random (cf. Myths about urandom also linked from the Shib wiki).
  3. Allow the IDP application to write logs and metadata to the filesystem as needed
  4. Avoid the creation of catalina.out (we already have its content in journald using this configuration)

...