Accessing a jsp page from jspDynPage
Hi All
I've got a problem I'll hope someone could give me some input about.
I've created a jspDynPage in a portal application. In the setJspName() method I would like to reach another jsp page that are deployed to a separate web application in the portal. I've tried with a URL like:
this.setJspName("http://localhost:50000/[<i>webapp</i>]/test.jsp");
But the page can't be found. When I put the URL in the address field of a browser window, the jsp is found and displayed.
In my next step I'll reach a HTML-page in the KM from the separate web application, but this gives me problems to.
I have some thoughts about security settings, but I'm not sure about how it really works with a separate web application and portal applications.
Any help would be appreciated and thanks in advance.
Best regards
Mikael Lofberg