The EAServer application server hosts Web applications, and functions as a Web server. The redirector plug-ins are installed on third-party Web servers, and redirect requests to EAServer (for example, Apache to EAServer). You can also use redirectors to perform load balancing and failover. The Web server forwards requests that need to access EAServer servlets, JSPs, and so on, to EAServer. EAServer processes the requests and returns the results back to the Web server.
You can establish HTTPS (HTTP over SSL) connections between your Web server redirector and EAServer. This provides an SSL communication link (data integrity and encryption services), but does not support authentication services using client-side certificates.
Table 4-1 describes the Web servers for which a redirector plug-in is available, and the EAServer files required to enable them.When setting up a redirector for a specific Web server, simply unzip the appropriate redirector JAR file and the redirector-common-files.jar into the appropriate place for that Web server.
Web Server |
File name |
Description |
---|---|---|
Apache 1.3 version 33 |
redirector-apache-1.3.jar |
Apache 1.3 specific redirector files |
Apache 2.0 version 55 |
redirector-apache-2.0.jar |
Apache 2.0 specific redirector files |
Sun Java System Web Server 6.1 |
redirector-sun-java-web-server-6.1.jar |
Sun Java Web Server 6.1 specific redirector files |
IIS 5.x |
redirector-iis.jar |
Windows XP/2000 only |
IIS 6.0 |
redirector-iis.jar |
Windows 2003 only |
All |
redirector-common-files.jar |
Files that are common for all redirectors |
Table 4-2 lists variables and expressions that are used throughout this chapter and their descriptions.
Term |
Description |
---|---|
Application server |
Refers to a single installation of EAServer |
WEB_SERVER_HOME |
Represents the installation directory of your Web server |