Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

In the web.xml file in the src/main/webapp/WEB-INF folder we have both a CamelServlet and CamelContextListener defined.
The CamelServlet is mandatory to do when using the Servlet component. And the CamelServletContextListener JndiCamelServletContextListener is used to bootstrap the Camel application.

...