Creating JSP Files
A Web project exists. See Creating Web Projects.
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.
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.