Hello,
I've used tomcat to run some naive servlets, and now I need to do something
more complicated. I need to be able to distribute my service. Clients
connect to a tomcat server and their requests are forwarded to a backend
server. I need to be able to distribute all this, so that clients can
connect to any of a number of tomcat servers and then be "directed" to the
same backend server throughout their session (until they log out).
Can anyone point me to where I can read about such a solution?
What I thought was maintaining a database with a mapping of session ->
backend server, and use it, but this requires querying the database for each
transaction...
Any other ideas?]
Thanks,
Zohar.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]