Go to the previous topic.    Go to the next topic.

How JSP works

  1. A browser requests a .jsp file, and a java file is create on the server.
  2. The server invokes the Java compiler, and the result is executed as a servlet.
  3. The servlet runs, and sends its output to the browser as HTML.

To access JSP:

Click the JSP icon in your Control Panel.