NonStop Servlets for JavaServer Pages (NSJSP) 6.1 System Administrator's Guide
Migrating to NSJSP 6.1
NonStop Servlets for JavaServer Pages (NSJSP) 6.1 System Administrator’s Guide—596210-006
7-17
Logging Configuration of Servlet Container
Components
org.apache.catalina.core.ContainerBase.[NSJSP].[localhost].[/ser
vlet_jsp/admin].level = INFO
org.apache.catalina.core.ContainerBase.[NSJSP].[localhost].[/ser
vlet_jsp/admin].handlers = 4admin.org.apache.juli.FileHandler
According to the 4admin.org.apache.juli.FileHandler configuration, all the
Admin-related logs are published in the admin.<date>.log file in the
<NSJSP_Home>/logs folder.
NSJSP 6.0 includes the following default configuration for the Manager:
org.apache.catalina.core.ContainerBase.[NSJSP].[localhost].[/ser
vlet_jsp/manager].level = INFO
org.apache.catalina.core.ContainerBase.[NSJSP].[localhost].[/ser
vlet_jsp/manager].handlers =
3manager.org.apache.juli.FileHandler
According to the 3manager.org.apache.juli.FileHandler configuration, all the
manager-related logs are published in the manager.<date>.log file in the
<NSJSP_Home>/logs folder.
NSJSP 6.0 includes the following default configuration for the Host-Manager:
org.apache.catalina.core.ContainerBase.[NSJSP].[localhost].[/ser
vlet_jsp/host-manager].level = INFO
org.apache.catalina.core.ContainerBase.[NSJSP].[localhost].[/ser
vlet_jsp/host-manager].handlers = 5host-
manager.org.apache.juli.FileHandler
According to the 5host-manager.org.apache.juli.FileHandler configuration,
all the Host-Manager logs are published in the host-manager.<date>.log file in
the <NSJSP_Home>/logs folder.
Logging Configuration in NSJSP 6.1
In NSJSP 6.1, all logs related to the NSJSP servlet container are published in the
<server class name>.<date>.log file. The logs related to the Admin, Manager,
and the Host-Manager are also published in the same file.
Logging is configured in the logging.properties file.
The default configuration of the localhost is as follows:
org.apache.catalina.core.ContainerBase.[NSJSP].[localhost].level
= INFO
org.apache.catalina.core.ContainerBase.[NSJSP].[localhost].handl
ers = 1nsjsp.com.tandem.servlet.logging.NSJSPLogHandler
All logs related to the localhost are created in <NSJSP_HOME>/logs/<NSJSP
Server Class name>.<date>.log. For example, logs related to the localhost
are created in <NSJSP_HOME>/logs/SC1.2010-05-03.log.










