Load jsp file from other bundle in OSGi using Spring DM
Hi,
I have 2 WAB (Web application Bundles), I scan the controllers of the WAB-2 from WAB-1 but when I call a jsp page of WAB-2 from WAB-1, the browser show a 404 error whit this message:
HTML Code:
type Status report
message /wab-1/WEB-INF/jsp/wab-2-page.jsp
description The requested resource (/wab-1/WEB-INF/jsp/wab-2-page.jsp) is not available.
The WAB-1 is looking for wab-2-page.jsp in wab-1/WEB-INF/jsp/ folder, but it should look for that page in wab-2/WEB-INF/jsp/ folder.
How I can resolve it???:confused::confused::(