You can develop applications that operate in linkage with Interstage HTTP Server and Interstage HTTP Server 2.2.
A Web application runs on a Web server and uses a Web browser as a client. It can generate dynamic Web pages by using servlets or JSP.
Servlet
Java program executed on a Java VM on a server
JSP
Web page configured by incorporating scripts or actions into an HTML-format file
The figure below shows the configuration of a Web application.