M
Megha Vishwanath
We are running a Servlet-JSP based Server for a Client-Server application
currently using Apache-Tomcat.
Problem Definition-
Tomcat, inherently providing us with load balanced clustering, does not
allow complete loading of the first instance of a server in the cluster.
We need any single instance of a server in a clustered environment to reach
it's complete load before we switch to another instance. The second
instance of the server should only come in to use during failover .
Can you lead us to some links on any kind of documentation or downloads
on apllication servers (Tomcat/JBoss/WebLogic/others) that will help us
achieve this functionality ?
-Megha Vishwanath
currently using Apache-Tomcat.
Problem Definition-
Tomcat, inherently providing us with load balanced clustering, does not
allow complete loading of the first instance of a server in the cluster.
We need any single instance of a server in a clustered environment to reach
it's complete load before we switch to another instance. The second
instance of the server should only come in to use during failover .
Can you lead us to some links on any kind of documentation or downloads
on apllication servers (Tomcat/JBoss/WebLogic/others) that will help us
achieve this functionality ?
-Megha Vishwanath