{
RequestContextComponent contextComponent = (RequestContextComponent) Jetspeed.getComponentManager()
.getComponent(RequestContextComponent.class);
RequestContext context = contextComponent.create(request, response, getServletConfig());
engine.service(context);
contextComponent.release(context);
}
catch (JetspeedException e)
{
log.warn("Jetspeed engine does not work properly.", e);
// forward to JetspeedServlet