Installation guide
5. SERVLETEXEC APPLICATION SERVER (UNIX)
ServletExec 4.1 Installation Guide 77
<instance-name>.pool-max-idle=<value> <instance-name>.pool-
increment=<value>
6.5.2.2 Web Application URL Context
For each web application URL context configured using the ServletExec Admin UI, you
must add a NameTrans directive to the
obj.conf file.
To update the applications property in obj.conf
Use the following form:
NameTrans fn=”assign-name” from=”/URL-context/*” name=”<instance-name>”
6.5.2.3 Prefix Aliases
For each prefix alias configured using the ServletExec Admin UI, you must add a
NameTrans directive to in the
obj.conf file.
To update the aliases property in obj.conf
Use the following form:
NameTrans fn=”assign-name” from=”/prefix-alias/*” name=”<instance-name>”
6.5.2.4 Suffix Aliases
For each suffix alias configured using the ServletExec Admin UI, you must add a
NameTrans directive to the obj.conf file.
To update the aliases property in obj.conf
Use the following form:
NameTrans fn=”assign-name” from=”/suffix-alias/*” name=”<instance-name>”
6.5.3 Apache HTTP Server
If you installed a web server adapter for Apache, changes were made to your system as
described in the following sections.
6.5.3.1 mod_servletexec.so
The mod_servletexec.so library implements the ServletExec/AS web server adapter
for Apache HTTP Server. It does so after the ServletExec/AS installer copies it to the
libexec subdirectory of the Apache installation directory.
6.5.3.2 Server Configuration File (httpd.conf)
To install a ServletExec/AS web server adapter for Apache, modifications must be made
to the web server’s
httpd.conf file. This section describes the modifications to
httpd.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.