https://issues.apache.org/jira/projects/WW/issues/WW-4904
Forwarded using request dispatcher.
ServletContext sContext = context.getContext("/context2");
RequestDispatcher rd = sContext.getRequestDispatcher(resource);
rd.forward(request, response);
Thanks,
Prasanth
On 03/02/2018 09:31 AM, Lukasz Lenart wrote:
> 2018-03-02 15:16 GMT+01:00 Prasanth <[email protected]>:
>> There are two applications on different contexts. Each have their own struts
>> jars. The exception happens when a request to one context is forwarded to
>> another context.
> What do you mean by "forwarded"?
>
>
> Regards