net4VISIONS Blog
  • Home
  • Linux
  • Node.js
  • Rust
  • Web
  • Impressum
  • n4v.eu

Java

A collection of 3 posts
RequestLog in Jetty 12 without logback-access
BestPractice

RequestLog in Jetty 12 without logback-access

Because logback-access is not easy to see through in configuration at the moment and so far it seems impossible to use AsyncAppender with access-log (at least without creating custom classes), I've found a way to get this logging without logback-access. Jetty 12 provides the logging-logback module with core
06 Aug 2025 2 min read
TLS Cert and Key for jetty
Web

TLS Cert and Key for jetty

Today with jetty 9.4.34 and you'd like to use the default keystore password storepwd and default private key password keypwd, so that you don't have to modify the config, and you have cert/key in common PEM format... tmpcert="/tmp/certkey$RANDOM.pkcs12&
16 Nov 2020 1 min read
Warum man nicht zu kurze Variablen verwenden sollte
Entwicklung

Warum man nicht zu kurze Variablen verwenden sollte

Gestern musste ich mich stundenlang auf die Suche im Netz nach einer Fehlermeldung von EclipseLink machen. Beim Aufruf von EntityManager.persist() in einem JUnit Test hieß es, dass meine Entity keine Entity wäre und ich kontrollieren sollte, ob ich die Klasse mit @Entity annotiert habe. Ja, natürlich hatte ich das.
16 Apr 2019 1 min read
Page 1 of 1
net4VISIONS Blog © 2025