Installation guide
Installing and configuring an Apache Web server plug-in
54
EAServer
Connector.WebApp /*=http://rainforest:8080
Connector.WebApp /*=http://neptune:8080
In addition, the server hosts specified for 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 determines the amount of redirector logging that is sent to the Web
server log file. For a description of the logging level options, see Table 4-3 on
page 47.
For example, to set the redirector logging level to “inform”, add this line to the
redirector configuration file:
Connector.LogLevel inform
You must also set the logging level for the Apache Web server in the httpd.conf
file to either “info” or “error” for the redirector to produce any logging. The
syntax is:
LogLevel [ debug | info | notice | warn | error | crit ]
For example, add this line to the httpd.conf file:
LogLevel info
Copy libraries from EAServer to your Web server
Using WEB_SERVER_HOME as the location of the Apache Web server
software, copy the libraries listed below from your $JAGUAR/lib directory to
the WEB_SERVER_HOME/libexec directory:
• libjcc.so
• libjctssecct.so
• libjctssecct_f140.so
• libjeas_mod.so (for Apache version 1.3.26) or libjeas2_mod.so (for
Apache version 2.0)
• libjeas2_mod_f140.so (Apache version 2.0 FIPS-supported library)