Hi,

I'm trying to configure a servlet using the camel-jetty component but I'm
struggling and hoping somebody might be able to point out what I'm doing
wrong.

I expected to be able to register a new Handler and reference it in the
endpoint uri .

ServletContextHandler handler = new ServletContextHandler();
handler.addServlet(new ServletHolder(myServlet), "/*");

Then adding a route to my routeBuilder:

Reply via email to