Re: Application with distributed resources

2001-05-17 Thread Bip Thelin

On Thu, 17 May 2001, Twylite wrote:

 [...]

 1. Sessions are not shared between servers.  Although I do not store any information 
in sessions (at this stage, 
 at least), I need to transfer a user's identity and roles between servers.  At the 
moment a redirection to another 
 server means the user have to log in again, which is obviously unacceptable.

There is VERY experimental work made on Clustering servers and the ability to
replicate sessions in memory. However you have to run your tomcat's with
a frontend, i.e. a network dispatcher. I'm not sure if this is what you
want to do. However it's not heavily tested and considered highly
experimental, and did I mention it's for Tomcat 4.x only.

However if you do wanna try this out I can tell you howto set it up and enable
it since it's not a documented feature.

..bip





RE: Application with distributed resources

2001-05-17 Thread Vijay Prabhakar
Title: RE: Application with distributed resources






I'm really interested in this kind of stuff. I have been working on this myself with Tomcat to do session failover and shared memory spaces. I found a company that's doing some interesting work with shared memory as well. Is this feature expected to be released in Tomcat 4.x?

-Vijay


-Original Message-

From: Bip Thelin [mailto:[EMAIL PROTECTED]]

Sent: Thursday, May 17, 2001 12:28 PM

To: [EMAIL PROTECTED]

Subject: Re: Application with distributed resources



On Thu, 17 May 2001, Twylite wrote:



 [...]



 1. Sessions are not shared between servers. Although I do not store any information in sessions (at this stage, 

 at least), I need to transfer a user's identity and roles between servers. At the moment a redirection to another 

 server means the user have to log in again, which is obviously unacceptable.


There is VERY experimental work made on Clustering servers and the ability to

replicate sessions in memory. However you have to run your tomcat's with

a frontend, i.e. a network dispatcher. I'm not sure if this is what you

want to do. However it's not heavily tested and considered highly

experimental, and did I mention it's for Tomcat 4.x only.


However if you do wanna try this out I can tell you howto set it up and enable

it since it's not a documented feature.


 ..bip






RE: Application with distributed resources

2001-05-17 Thread Bip Thelin

On Thu, 17 May 2001, Vijay Prabhakar wrote:

 I'm really interested in this kind of stuff.  I have been working on
 this myself with Tomcat to do session failover and shared memory spaces.
 I found a company that's doing some interesting work with shared memory
 as well.  Is this feature expected to be released in Tomcat 4.x?

It's currently in the latest beta(5) so grab that one if you want to
play around with it!

..bip