Hi Experts,
I am new Portal Content Development.
I have a JSP application deployed on SAP NW portal server as ear file using Eclipse.
Now to integrate this application in portal i have to create an Iview.
To Create Iview i have to create JSPDynpage.( Since URL Iview will not be useful in my case)
I am trying to follow Approach #2 as mentioned by Detlev in this thread [iViews based on J2EE;
Now in this JspDynPage I have to call my JSP application.
In this application i want to read SAP NW server name and port name to create URL of JSP Application.
after which URL would be :
http://<Server host name >:<port>/JSPapplication.jsp
Now how do i read Server Host name and Server Port name from JSPDynpage?
Thanks in advance for the answer.
Regards,
Ashish Shah