Installation guide
Installing and configuring an Apache Web server plug-in
52
EAServer
Figure 4-4 illustrates how a client request for examples/test.jsp and
examples/images/welcome.gif to the Web server and port Web1:8020 is
redirected to jag1:8080.
Figure 4-4: “examples” requests are redirected to EAServer
Edit the redirector configuration file
You create and configure a redirector configuration file, which is used to set the
redirector directives that:
• Map Web server requests to EAServer listeners
• Set the redirector logging level
Mapping Web server requests to EAServer listeners
You must configure the redirector configuration file by adding the
Connector.WebApp directive which maps your requests to the EAServer
listener to which they are redirected. The syntax is:
Connector.WebApp
contextpath1
[,
contextpath2
, and so on] = \
http://
host
:
port
[, http://
host
:
port
, and so on]