Server Control Panel - User Guide Go to the previous topic.    Go to the next topic.

Overview

JSP (Java Server Page) is a Sun MicroSystems technology developed to generate dynamic web pages. It is similar to ASP, but is written in Java, and is portable to non-Microsoft Web Servers. JSP doesn't allow you to do anything you couldn't accomplish with Java Servlets, but it is much more convenient to embed Java into HTML, than to write a separate servlet.