Installation guide
CHAPTER 4 Installing and Configuring a Web Server Redirector Plug-In
Installation Guide 47
The redirector configuration file must contain the following mapping rule
for each EAServer that you want to handle requests:
Connector.WebApp /* = http://jaguar_host:jaguar_listener
Where jaguar_host is the EAServer host machine and jaguar_listener is
the EAServer HTTP listener.
• The last line in the example above is a load-balancing example, where the
“examples” Web application is available at jaghost1:8080, jaghost1:3080,
and jaghost2:8080.
Single-line entries
You must make entries in the redirector configuration file on a single line, but
you can combine EAServer hosts in one entry or multiple entries. For example:
Connector.WebApp /*=http://rainforest:8080,http://neptune:8080
Is the same as:
Connector.WebApp /*=http://rainforest:8080
Connector.WebApp /*=http://neptune:8080
In addition, the server hosts specified by the WebApp directive (in this case,
“rainforest” and “neptune”) must match the host names you define for your
EAServer HTTP listeners. Use EAServer Manager to view and set host names
for your EAServer HTTP listeners—see Chapter 3, “Creating and Configuring
Servers,” in the EAServer System Administration Guide for more information.
Setting the redirector logging level
Edit the redirector configuration file to add the Connector.LogLevel directive,
which sets the redirector logging level that is sent to the Web server log file.
The syntax is:
Connector.LogLevel [ inform | error | verbose ]
Where “inform,” “error,” and “verbose” are the logging levels described in
Table 4-3.
Table 4-3: Logging level options
Logging level Description
inform Adding
Connector.LogLevel inform to the redirector configuration
file provides minimum logging to the Web server log file and is
appropriate for production servers. This is the default logging
level.