Hello!

As I understand the ServletListener component which was used to bootstrap
Camel is deprecated and removed in Camel 3. From the docs I did not find
what should be done instead when using Camel 3? For Servlet 3.x contains
the @WebListener annotation-driven configuration can be used. Is this the
recommended way to go now and drop the web.xml entirely?

The same question also goes for implementing a custom lifecycle. On Camel
2.x it was done by
implementing org.apache.camel.component.servletlistener.CamelContextLifecycle
which is now removed as well as far as I understand.

If somebody can answer these questions or point me towards the correct
documentation or examples on how to do this on Camel 3, it would be
appreciated.

Reply via email to