Sun Java System Application Server 9.1 Quick Start Guide

Verifying Load Balancing

Once the application is deployed and the load balancer is running, verify that the load balancing is working.

ProcedureTo Verify Load Balancing

  1. To display the first page of the clusterjsp application, type this URL in your browser:

    http://localhost:web_server_port/clusterjsp

    Replace the localhost variable with the name of the system that the Web Server is running on.

    Replace the web_server_port variable with the value of the port attribute of the LS element in web_server_install_dir/https-hostname/config/server.xml. For this example, port 38000 is used.

    A page similar to what you saw in To Verify Application Deployment. appears.

  2. Examine the Session and Host information displayed. For example:

    • Executed From Server: localhost

    • Server Port Number: 38000

    • Executed Server IP Address: 192.18.145.133

    • Session Created: Day Mon 05 14:55:34 PDT 2005

  3. The Server Port Number is 38000, the Web Server’s port. The load balancer has forwarded the request on the two instances in the cluster.

  4. Using different browser software, or a browser on a different machine, create a new session. Requests from the same browser are “sticky” and go to the same instance.

    These sessions should be distributed to the two instances in the cluster. You can verify this by looking at the server access log files located here:

    • Solaris Java Enterprise System installation:

      /var/opt/SUNWappserver/nodeagents/nodeagent_name/instance1/logs/access/server_access_log

      /var/opt/SUNWappserver/nodeagents/nodeagent_name/instance2/logs/access/server_access_log

    • Linux Java Enterprise System installation:

      /var/opt/sun/appserver/nodeagents/nodeagent_name/instance1/logs/access/server_access_log

      /var/opt/sun/appserver/nodeagents/nodeagent_name/instance2/logs/access/server_access_log

    • Windows Java Enterprise System installation:

      as-install\nodeagents\nodeagent_name \instance1\logs\access\server_access_log

      as-install\nodeagents\nodeagent_name\instance1\logs\access\server_access_log

    • Stand-alone Application Server installations:

      as-install/nodeagents/nodeagent_name/instance1/logs/access/server_access_log

      as-install/nodeagents/nodeagent_name/instance2/logs/access/server_access_log

  5. Add a name and value pair (Name=Name Value=Duke) for storing in HttpSession.

  6. Click the Add to Session Data button.

  7. Verify that the session data was added