Can Jetty allow one webapp to forward/include to handlers on an adjacent
webapp in the same container?

The normal way of doing that would be like so:

request.getServletContext().getContext("/other").getRequestDispatcher("/anything").include(request,
response);

Subject to policy/config the getContext("/other") would throw an exception,
return null, or return a correct instance (as hoped for).

- Paul
_______________________________________________
jetty-users mailing list
[email protected]
https://dev.eclipse.org/mailman/listinfo/jetty-users

Reply via email to