cancel
Showing results for 
Search instead for 
Did you mean: 

QaaWS URL for a clustered system

Former Member
0 Kudos

Hi,

We have a Xcelsius dashboard based on a QaaWS query. It works in the development server. We are now moving it to procuction which is a clustered system. Two servers (server1 & server 2)and a load balancer. The URL of the QaaWS now has the development server which is fine.

Now after deploying the queries to production as we have more than one servers, on which server should the QaaWS be based on.

http://server1:8080/dswsbobje/qaawsservices/biws?

or

http://server2:8080/dswsbobje/qaawsservices/biws?

Please help me on this.

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

With my basic knowledge about a clustered setup, in a well deployed clustered setup you will not have 2 urls. I believe you will have to specify the url to the load balance server which will in turn choose the server.

Former Member
0 Kudos

Hi,

The load balancer will not have the BO installed on it. I will explain the problem again.

Two BO servers BO1 and BO2 are there with a load balancer. The Query as Web Service URL is based on BO1.

I hope a query can't be pointed to more than one server.

Scenario: BO1 server is down; BO2 server is up.

The Load balancer will route the request to BO2 where the user can see the dashboard. But he can not run it as the query used by the dashboard is based on BO1 server which is down.

What to do in this kind of model. Please help.

Former Member
0 Kudos

Hi,

The load balancer will not have the BO installed on it. I will explain the problem again.

Two BO servers BO1 and BO2 are there with a load balancer. The Query as Web Service URL is based on BO1.

I hope a query can't be pointed to more than one server.

Scenario: BO1 server is down; BO2 server is up.

The Load balancer will route the request to BO2 where the user can see the dashboard. But he can not run it as the query used by the dashboard is based on BO1 server which is down.

What to do in this kind of model. Please help.

Former Member
0 Kudos

I think your clustered setup will be BO1 & BO2 and an app/web server(That's the common practice in the clustered mode . In this case your QaaWS url will be only one and that will be of your webserver.

Anil

Former Member
0 Kudos

Just use a relative URL. Then, the load balancer will open the .swf in Infoview on a specific server, and the QaaWS will just run on that same server.