python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Jetty 9 fails to resume context du to War MALFORMED error
Since we centralized many applications on the same server, we observe sometimes (more and more frequently) that when we upload jar or war, the context did'nt start.
Example : when we upload AcmeOne.ja...
Paul Percier
Votes: 0
Answers: 1
JettyReactiveClient NoClassDefFoundError in tests
Having an enhancement for logging convinience in WebClient we've added jetty reactive client:
public Service () {
SslContextFactory.Client sslContextFactory = new SslContextFactory.Client();...
tarmogoyf
Votes: 0
Answers: 1
Is there a standard way of addig HSTS header to embedded jetty Servlet?
I have a custom Servlet implementation that extends HttpServlet. Is there a standard way to add the HSTS header to the response?
The only way I found is adding
response.addHeader("Strict-Transpor...

jhthewow
Votes: 0
Answers: 1
Solr access remotely using default Jetty installation
I've tried for hours to configure Solr to be accessible remotely (from another network) using the default Jetty installation it comes with. I tinkered with almost every setting imaginable and failed t...
fakoykas
Votes: 0
Answers: 1