Questions tagged [jetty-8]

Version 8 of Jetty, a widely used async java based http server and servlet engine supporting WebSockets and SPDY protocols.

Version 8 of Jetty, a widely used async java based http server and servlet engine supporting WebSockets and SPDY protocols.

122 questions
0
votes
1 answer

How to set a dynamic Expires header in Jetty?

Jetty allows headers to be set using the jetty-rewrite functionality, but it doesn't appear to be very smart, and only accepts a fixed string. How do I tell Jetty to send an "expires in 8 hours" header? With Apache .htaccess and mod_expires you can…
Peter Boughton
  • 110,170
  • 32
  • 120
  • 176
-1
votes
1 answer

Jetty server stops or crashes after some time

In my project we are developing SFTP, MQ and web service using Spring and Apache Camel. Project is running in Jetty 9. We are using slf4j + logback API for logging. Sometimes my server crashes (stops), I don't know why. It happens frequently after 1…
Gnana
  • 2,130
  • 5
  • 26
  • 57
1 2 3
8
9