Dear SAP,
apparently, similar questions have been exhaustively raised in this Forum, however, this is exactly what makes it confusing.
It must sound very simple, but so far, after some days of attempts, I could not make it work.
Please, can someone advise on how to test a JSPDynPage (or a simple JSP) in Portal?
After deployment, when trying to call it on http://<server:port>/irj/servlet/prt/portal/prtroot/myTestPage.jsp, I only get the error: "could not create a context for: myTestPage.jsp".
Here are the steps from creation to deployment:
- In NWDS create a new Portal Application Project
- In the Project, create a new Application Object of type JSPDynPage
- Write "Hello World" in the HTML body - fix all reported errors
- Save and Export the Project to an EAR file
- Deploy the EAR file to the Portal (successfully deployed).
Please, how to make the JSP work via URL and get the "Hello World" ?
Thank you very much.