Quantcast
Channel: Apache Timeline
Viewing all articles
Browse latest Browse all 5648

Configure DoSFilter in CXF Jetty Transport

$
0
0
Hi all,

I've a REST server developed using CXF and it uses Jetty Transport. I've
configured it with a thread-pool. During high load, response time become
very high since jetty accepts all incoming requests. Is there a way to
configure CXF to reject connections (at TCP level) once max number of
connections are reached.

In jetty there is a DoSFilter, which is capable of doing above requirement.
But I'm not sure how to integrate that with CXF. I'm using Spring to setup
the CXF.

Viewing all articles
Browse latest Browse all 5648

Trending Articles