NonStop Servlets for JavaServer Pages (NSJSP) 7.0 System Administrator's Guide

Migrating to NSJSP 7.0
NonStop Servlets for JavaServer Pages (NSJSP) 7.0 System Administrator’s Guide674372-005
7-13
Comparing Logging Infrastructure in NSJSP 6.0,
NSJSP 6.1, and NSJSP 7.0
Table 7-6. Differences and Similarities in NSJSP Versions
Factors NSJSP 6.0 NSJSP 6.1 NSJSP 7.0
How is Logging
achieved?
Uses the JULI logging
framework with log
rollover feature.
Starting from NSJSP
6.0, the <Logger>
elements are not
supported.
Same as in NSJSP 6.0. Same as in NSJSP
6.0.
Default directory
location of log files
<NSJSP_HOME>/logs Same as in NSJSP 6.0. Same as in NSJSP
6.0.
Location where
logging can be
configured for the
servlet container
components
logging.properties
in the
<NSJSP_HOME>/conf
directory
Same as in NSJSP 6.0. Same as in NSJSP
6.0.
Location where
logging can be
configured for
user applications
Application-specific
logging.properties
Same as in NSJSP 6.0. Same as in NSJSP
6.0.
Classes required
for Programming
org.apache.juli.
logging.LogFac
tory
org.apache.juli.
logging.Log
Same as in NSJSP 6.0. Same as in NSJSP
6.0.
Types of log file
<Servlet
Server Class
name>.out
<Servlet
Server Class
name>.err.
<Admin Server
Class
name>.out
<Admin Server
Class
name>.err
<Server Class
Name>.<date>.l
og
Same as NSJSP 6.0.
<Server Class
Name>.STD.out
<Server Class
Name>.<date>.
log
For more information,
see Log Files Related
to NSJSP on
page 5-27.