Allow CrossContext in WebSphere

1k Views Asked by At

I need to dispatch a request from one application to another by using sc.getRequestDispatcher("/Forward2.jsp"); and this won't work if the web-server isn't properly configured. I found that in Tomcat we can configure it using crossContext="true". But where can I configure WebSphere 7 to achieve the same results?

Thanks.

0

There are 0 best solutions below