NonStop Servlets for JavaServer Pages (NSJSP) 7.0 System Administrator's Guide
NonStop Servlets for JavaServer Pages (NSJSP) 7.0 System Administrator’s Guide—674372-005
3-1
3 Configuring NSJSP
This chapter describes how to configure NSJSP. This chapter assumes that you have
installed NSJSP 7.0. For more information on Installing NSJSP, see Chapter 2,
Installing NSJSP.
This chapter discusses the following topics:
Overview
Configuration Files for the Server Class
Configuration Files for the Servlet Container
Virtual Hosts
Session Management
Table 3-1 lists the terms and definitions used in this chapter.
Table 3-1. Terms and Definition (page1of2)
Term Definition
JSP A server side technology that enables you to develop and
maintain dynamic web pages. It extends the functionality of web-
based applications by providing dynamic content from a web
server to a client browser over the Hypertext Transfer Protocol
(HTTP).
Servlet A Java Servlet is a programming object that generates dynamic
content and runs as part of a server application. It receives client
requests, processes them, and generates responses.
NSJSP Servlet
Container
A servlet container is a program that executes servlets. A servlet
container provides an environment in which you can deploy,
execute, and manage web applications implemented with servlets
or JSPs.
Servlet Server Class Refers to one of the server classes configured with an installation
of NSJSP. Each installation of NSJSP results in one server class
which hosts web applications and processes requests for user
applications. The server class that will host web applications and
process requests for user applications is referred to as the Servlet
Server Class.
Session object Also called an HTTP Session Object, it is a Java object. It is used
to store state between client interactions with web application
servlets executing in NSJSP.










