Hi,
We have an application deployed on weblogic cluster and Oracle HTTP server , currently load balancing the requests in round robin. (use a mod_wl_ohs.conf directive)
However I need to add a member to this cluster, but want the requests to be routed to this server (preferably) based on a URL pattern, however go to the other servers if it's down for any reason... ?
One possibility is to use a redirectmatch in httpd.conf file, however it just redirects there even if it's down, so that's undesirable, unless we have any other trick..
Any ideas how to achieve this..