Category "embedded-jetty"

how to enable Jetty debug log in 9.4.44 Logging initialized output (seen at INFO level)

I am using Jetty 9.4.44 and for jetty debug logs I have added jetty-logging.properties in classpath Setup logging implementation org.eclipse.jetty.util.log.cla

Enabling TLS-1.2 on embedded Jetty

Currently I am using this code which is enabling TLS 1.2: ServerConnector httpsConnector = new ServerConnector(server, new SslConnectionFactory(sslCont

Jetty: How do I protect unpack war file [closed]

I developed web that deploy ROOT.war through jetty(windows10) and I will deploy that to my client but I don't want to who modify my unpacked w