EAServer configuration

If you are using a software load-balancer, you must perform the procedures described in this section.


HTTP/HTTPS configuration

EAServer performs container authentication (that is, j_security_check) requests from a software load-balancer. You need to specify the Jaguar server domain property in your HTTP configuration so that the Jaguar server knows to which host to redirect the original request. Otherwise, the Jaguar server redirects the request to the host on which EAServer is running, which prevents users from logging into the portal.

StepsConfiguring EAServer HTTP and HTTPS

  1. Use Jaguar Manager to connect to Jaguar Server.

    Right-click Jaguar in the Servers folder and select Server Properties as shown in Figure 3-1.

    Figure 3-1: EAServer (Jaguar) properties

  2. Select the HTTP Config tab (Figure 3-2).

  3. In the Domain Name field, enter the server name of the redirector and include the domain name.

  4. If EAServer is configured to run on HTTPS, set the value for the Proxy HTTPS and HTTP ports:

    1. Set the value for the Proxy HTTPS port to a value that matches the default_https_port value in global.properties.xml.

    2. Set the value for the Proxy HTTP port to a value that matches the default_http_port value in global.properties.xml.

    3. Proxy Protocol – HTTP or HTTPS, depending on whether secure_login=“off” or “on.”

      Figure 3-2: HTTP configuration


HTTP listener configuration

On each EAServer, add a local host listener (http) with a port number that matches the default_http_port property in global.properties.xml. On Solaris, any port number under 1024 requires root privilege to start EAServer.

StepsConfiguring a new EAServer listener

  1. Using Jaguar Manager, select Servers, Jaguar, then right-click the Listener folder and select New Listener (Figure 3-3).

    Figure 3-3: EAServer (Jaguar) new listener

  2. In the New Listener dialog box, enter the HTTP listener name (httplocal) and click Create New Listener (Figure 3-4).

    Figure 3-4: New listener name

  3. When the Listener Info dialog box appears (Figure 3-5), enter:

  4. Click Save.

    Figure 3-5: New listener information

  5. Perform these steps on each Jaguar server for each portal instance.

  6. Shut down and restart EAServer. See “Starting and stopping EAServer”.