!--a11y-->
JSP Packaging/Compilation 
The JSP must be located in the PAR file under the private section in any directory:
Directory |
Description |
Any path |
Contains the page that will be compiled in a portal component |
The JSP file is compiled when the portal component is accessed for the first time. The JSP file found is generated in a Java portal component file and then compiled into a class file. The structure reflects the java packages.
For example a file named jsp/select/customer/default/entry.jsp will be compiled under the package name jsp.select.customer.default in file _sapportalsjsp_entry.java.
