Testing load-balanced web app
am 27.06.2007 03:33:26 von maheshvd
Hello Everybody,
I need to test load balanced web applications on regular basis to make
sure the application is in running condition on both servers. This is
kind of smoke test which just checks whether the home page renders on
each servers. Currently I have to log into the server use WLBS stop
command to take the server out and then load the website with common
url, then put the server back using WLBS start. same thing is required
to be done on the other server.
I was wondering if there is any easy way to achieve this.
Any pointers would be appreciated.
Thanking you in advance.
Mahesh
Re: Testing load-balanced web app
am 27.06.2007 05:29:53 von Bernard
Mm... in the past I have a page - say nlbcheck.asp.
From time to time, I query this page which returns the server details and
check if I'm getting response from each of the node.
--
Regards,
Bernard Cheah
http://www.iis.net/
http://www.iis-resources.com/
http://msmvps.com/blogs/bernard/
wrote in message
news:1182908006.313259.229410@e16g2000pri.googlegroups.com.. .
> Hello Everybody,
>
> I need to test load balanced web applications on regular basis to make
> sure the application is in running condition on both servers. This is
> kind of smoke test which just checks whether the home page renders on
> each servers. Currently I have to log into the server use WLBS stop
> command to take the server out and then load the website with common
> url, then put the server back using WLBS start. same thing is required
> to be done on the other server.
> I was wondering if there is any easy way to achieve this.
>
> Any pointers would be appreciated.
>
> Thanking you in advance.
>
> Mahesh
>