RE: Jetty banner & stacktrace while using cxf component: camel 3.0.1

2020-04-16 Thread Vikas Jaiswal
: Jetty banner & stacktrace while using cxf component: camel 3.0.1 Hi I have a issue with the Jetty banner that comes up while a 404 error occurs. This is what I did to fix it: 1) Extended org.eclipse.jetty.server.handler.ContextHandler to create a custom contexhandler. 2

Jetty banner & stacktrace while using cxf component: camel 3.0.1

2020-03-25 Thread Vikas Jaiswal
Hi I have a issue with the Jetty banner that comes up while a 404 error occurs. This is what I did to fix it: 1) Extended org.eclipse.jetty.server.handler.ContextHandler to create a custom contexhandler. 2) This custom context handler is configured in camel-config.xml (I am