Installation guide
5. SERVLETEXEC APPLICATION SERVER (WINDOWS)
ServletExec 4.1 Installation Guide 54
To modify Connection Pooling in IIS for ServletExec/AS
• Add the following to the end of the servletexec.properties file on two
separate lines:
servletexec.<instance-name>.pool-increment=<value>
servletexec.<instance-name>.pool-max-idle=<value>
5.5.3.4 Web Application URL Context
For each web application URL context configured using the ServletExec Admin UI, you
must update the applications property in the servletexec.properties file.
To update the applications property in servletexec.properties
• Use the following form:
servletexec.<instance-name>.applications=/URL-context1, /URL-context2
5.5.3.5 Prefix Aliases
For each prefix alias configured using the ServletExec Admin UI, you must update the
aliases property in the servletexec.properties file.
To update the aliases property in servletexec.properties
• Use the following form:
servletexec.<instance-name>.aliases=/prefix-alias1, /prefix-alias2
5.5.3.6 Suffix Aliases
For each suffix alias configured using the ServletExec Admin UI, you must update the
aliases property in the servletexec.properties file.
To update the aliases property in servletexec.properties
• Use the following form:
servletexec.<instance-name>.aliases=/suffix-alias1, /suffix-alias2
5.5.4 Netscape Enterprise Server / iPlanet Web Server
If you installed a web server adapter for Netscape Enterprise Server (NES) or iPlanet
Web Server (iWS), the installer modified your system as described in the following
sections.
5.5.4.1 Server Configuration File (obj.conf)
To install a ServletExec/AS web server adapter for NES/iWS, modifications must be
made to the web server’s obj.conf file. This section describes the modifications to
obj.conf made by the ServletExec/AS installer.
Important
If you chose not to allow the installer to make these modifications, you must make them
manually.