Hi All,

I did the $subject. With this in hand you do not need to go to main.xml of
ELB to edit properties (such as session time out, fail over) of Tenant
Aware Load Balance Endpoint.

This adds two new properties to loadbalancer.conf file's 'loadbalancer'
section.

  loadbalancer {
    # minimum number of load balancer instances
    instances           1;
    # whether autoscaling should be enabled or not.
    enable_autoscaler   false;
    #please use this whenever url-mapping is used through LB.
    #size_of_cache    100;
    # End point reference of the Autoscaler Service
    autoscaler_service_epr  https://
{host_address}:{https_port}/services/AutoscalerService/;
    # interval between two task executions in milliseconds
    autoscaler_task_interval 25000;
    # after an instance booted up, task will wait maximum till this much of
time and let the server started up
    server_startup_delay 100000; #default will be 60000ms
   * # session time out
    session_timeout 90000;
    # enable fail over
    fail_over true;*
}

Public JIRA: https://wso2.org/jira/browse/LB-46

-- 

Thanks & regards,
Nirmal

Software Engineer- Platform Technologies Team, WSO2 Inc.
Mobile: +94715779733
Blog: http://nirmalfdo.blogspot.com/
_______________________________________________
Dev mailing list
[email protected]
http://wso2.org/cgi-bin/mailman/listinfo/dev

Reply via email to