Show TOC Start of Content Area

Procedure documentation Creating JSP Files  Locate the document in its SAP Library structure

Prerequisites

A Web project exists. See Creating Web Projects.

Procedure

       1.      Choose File New Other.

       2.      On the left pane of the first wizard page, choose J2EE Web, and on the right pane, select JSP File.

       3.      Choose Next.

       4.      Select a folder to contain the JSP file.

       5.      In the JSP Name field, enter a name for your new JSP file.

       6.      Choose Finish.

Result

You can see the JSP file in the webContent  node of the relevant Web project in the J2EE Explorer (for ordinary projects) or J2EE DC Explorer (for DC projects).

You can now edit the JSP file. See JSP Editor.

 

End of Content Area