A servlet context defines a set of methods which allows a servlet to communicate with its servlet container. Karaf and CXF provide servlet context custom configuration, for building services.
For example, you can deploy into a servlet container, using a servlet transport,
CXFServlet
. The following section explains servlet context configuration in
more detail.
Please read the Servlet Transport on the Apache CXF website for additional information about this servlet context.