cancel
Showing results for 
Search instead for 
Did you mean: 

JSP Dynpage Deployment

holger_stumm2
Active Contributor
0 Kudos

I've created a JSP according to the help file

<a href="http://help.sap.com/saphelp_nw04/helpdata/en/19/4554426dd13555e10000000a1550b0/frameset.htm">SAP Help JSP Dynpage Creation</a>

When I upload the sample, the iview is empty

Do I have to create the jsp-file manually? Where would it go in the NWDS-tree?

Where is it deployed in the portal?

Thanks - but I couldn't find any more detail beginners guide than the help file

Accepted Solutions (1)

Accepted Solutions (1)

pravesh_verma
Active Contributor
0 Kudos

Hi Holger,

<b>>>Do I have to create the jsp-file manually? Where would it go in the NWDS-tree?</b>

Ans: You need not create the jsp file seperately. Just create a JSPDynpage Page project from portal projects and you will get the jsp by itself. Go to:

<b>Project_Name-> dist -> PORTAL_INF-> pagelet</b>

<i>(I am assuming that you are in the <b>Navigator View</b>)</i>

there you will get the jsp file withthe name you must have given while creating the project.

<b>>>Where is it deployed in the portal?</b>

Ans: This is deployed at the portal Server as a .par file. And then you can create iViews from these pars later to create the business objects.

I hope this helps you and solves your problem.

Regards

Pravesh

PS: Please conside rewarding points if helpful and solved.

holger_stumm2
Active Contributor
0 Kudos

Thanks for the good & quick answer.

Answers (0)