Hi
I am working on hogh availability of LCDS applcation server through LCDS Edge
Server. Following is the scenario which I am trying to achieve.
Client (FLEX client) <------> LCDS EDGE (Tomcat)<----------------------->
AppServer1 [JBoss + LCDS]
|<---------------------->
AppServer2 [JBoss + LCDS]
But I am unable to do so, without lcds clustering. I don't want to cluster
JBoss AppServers through lcds only for making edge server aware that it has
multiple applcation server in backend. But I want Lcds edge server to send
request to both the appservers in load balance manner . Or atleast, to another
server when the first one is no longer available. Is it possible without lcds
clustering? I would really appreciate that.