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-41
Convert to a Web Application Directory Structure
4. There is no longer a requirement to map the number of STATIC servlet and HTTPD
servers in the servlet.config file as T1222 NSJSP process instances can be multi-
threaded.
5. Pre-existing T0094 SSC applications should be converted to use a Web Application
Archive (WAR) directory structure. This will require changes to the T1222 NSJSP
servlet.config file to add Filemap directives and to the iTP_Server.xml XML-based
configuration file to add servlet contexts.
6. Pre-existing T0094 SSC applications that use property files must be converted to
web applications and have the property file migrated to the web.xml XML-based
configuration file for the converted web application. No change to actual Java servlet
application code is necessary.
Convert to a Web Application Directory Structure
It is strongly recommended that you convert your directory structure and the location of
all your files to the structure noted in Application Directory Structure (See page 9-23).
This will allow you to take advantage of defaults and will allow the use of Web Archive
(WAR) files.
Changes to Your servlet.config File
•
If you have a servlet.config file from a previous version of the iTPWebServer, your
old servlet.config file will be automatically backed up as part of the install process.
Your old file will be renamed as servlet.config.bkup. The install process will create a
new servlet.config file based on information from servlet.config.sample. You may
now modify that file and use it as your servlet.config file.
•
The following optional arguments in the Arglist parameter of the Server Directive
are now obsolete.
propertyfile
verbose
version
The Servlet Property File is Obsolete
The servlet property file is obsolete. In the web container environment the web.xml file
is used to configure similar attributes to those you had in the servlet property file. Note
the following changes:
•
The following parameters are no longer supported:
com.tandem.servlet.verbose
com.tandem.servlet.browserdebug
com.tandem.servlet.version
com.tandem.servlet.sessioncheckfrequency
com.tandem.servlet.sessioncleanup