Basic HTTP authentication for the Jetty server

How to enable basic HTTP authentication on a Jetty server that runs as a service. I want this to be the server configuration, regardless of the contexts that it started (i.e. I do not want to modify the web.xml file).

+6
authentication jetty
source share
1 answer

Perhaps this answers your question: Jetty Web Server Security

+5
source

All Articles