JSP files are created and managed in the IDE in much the same way as other file types.
![]() |
If you put a JSP file in the WEB-INF folder or any of its subfolder, users cannot access the JSP file directly through a URL. Instead the JSP must be accessed through another JSP or through a servlet. You might want to put a JSP file under the WEB-INF folder to prevent users from using the JSP file as an entry point to the application. |
To create a JSP file: