Is it possible to forward dispatcher.forward(request, response); to a servlet or another page?
dispatcher.forward(request, response);
No, because the OSGi context doesn't support a fully initialized PageContext. So forwards are not possible. It is recommended to use redirects.