Hi,
Can anybody tell if we can forward a request using RequestDispatcher, to a
servlet residing outside the current webapp.
One of my friends told
ServletContext context = ContextStorage.getContext("/contextUrl");
will get the context of web app specified by the "/contextUrl".
Is this the method to get the other context and forward the request to a
jsp or servlet in that context.
Please make it clear to me.