"Tomcat Users List" <[EMAIL PROTECTED]> schrieb am 16.07.03 09:26:14:
> 
> Simon Pabst wrote:
> > We had the same problem, see this thread 
> > http://www.mail-archive.com/[EMAIL PROTECTED]/msg97638.html
> > 
> > Unless mod_jk Developers fix this, the only possible solution seems to
> > build and use Apache 2 with Multithreading support (i used the worker 
> > mpm, perchild should work too, see 
> > http://httpd.apache.org/docs-2.0/mpm.html )
> > then build mod_jk1/2 again with the new apxs.
> 
> There is another option:
> 
> http://cvs.apache.org/~fhanik/index.html
> 
> Enable session clustering and then you don't have to worry about session 
> affinity anymore.
> 
> -Dave
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 

yore're right Dave,
i should have written it was the only possible (and quickest) solution for us (without 
changing the application),

because the Application Session Attributes don't implement java.io.Serializable which 
is needed for that Session clustering.


-- 
Simon Pabst

E-Mail: [EMAIL PROTECTED]


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to