Category "embedded-jetty"

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