How JSP works
- A browser requests a .jsp file, and a java file is create on the server.
- The server invokes the Java compiler, and the result is executed as a servlet.
- The servlet runs, and sends its output to the browser as HTML.
To access JSP:
Click the JSP icon in your Control Panel.