iTP Secure WebServer System Administrator's Guide (iTPWebSvr 5.1+)
Using NonStop Servlets for JavaServer Pages With 
The iTP Secure WebServer
iTP Secure WebServer System Administrator’s Guide—522659-001
9-40
Migration From T0094 to T1222
location of the files that contain logs of low-level events. This part of the configuration 
file is reproduced below:
<!-- Debug low-level events in XmlMapper startup -->
 <xmlmapper:debug level="0" />
 <!-- This is quite flexible; we can either have a log file per
 module in Tomcat (example: ContextManager) or we can have
 one for Servlets and one for Jasper, or we can just have
 one tomcat.log for both Servlet and Jasper.
 If you omit "path" there, then stderr should be used.
 verbosityLevel values can be: 
 FATAL
 ERROR
 WARNING 
 INFORMATION
 DEBUG
 -->
 <Logger name="tc_log" 
 path="logs/tomcat.log"
 customOutput="yes" />
 <Logger name="servlet_log" 
 path="logs/servlet.log"
 customOutput="yes" />
 <Logger name="JASPER_LOG" 
 path="logs/jasper.log"
 verbosityLevel = "INFORMATION" />
For general information about servlet exceptions, see the Java Servlet API Specification, 
Version 2.2 at the following web site:
http://java.sun.com/products/servlet/download.html
Migration From T0094 to T1222
There are migration considerations for this product only if the older T0094 SSC is 
already installed. If the T0094 SSC is not installed, this section can be ignored.
When modifying an existing T0094 SSC configuration to support T1222:
1. T0094 SSC library and class files must not be in the Java CLASSPATH when the 
T1222 NSJSP product is in use. The installation of the T1222 NSJSP product will 
discover and move any pre-existing T0094 SSC libraries and class files in the default 
/usr/tandem/java directories to a backup location. Do not move them back unless the 
T1222 NSJSP is uninstalled and the T0094 SSC is re-installed.
2. Pre-existing T0094 SSC servlet.config files cannot be used with the T1222 NSJSP 
product. The installation will discover and move any pre-existing T0094 SSC 
servlet.config configuration files to a backup location.
3. The T0094 SSC and T1222 NSJSP versions of servlets cannot coexist in the same 
iTP WebServer configuration.










