"Missing" requests on server - IIS -> ISAPI redirect -> Tomcat 6

2011-05-27 Thread Thomas Andraschko
Hi, we have a problem that some requests are missing on our application. As far we can see, the requests are arrived at IIS but not at Tomcat. Also we do not know if the request are processed by IIS but there were never problems with our ASP.Net application which runs directly on IIS. I also adde

Re: Replicate session-object after values in object has been changed

2011-02-15 Thread Thomas Andraschko
r values in object has been changed > An: "Tomcat Users List" > Datum: Dienstag, 15. Februar, 2011 21:10 Uhr > On Tue, Feb 15, 2011 at 9:04 PM, > Thomas Andraschko > > wrote: > > Hmm not really but the tcp cluster with BackupManager > would be enough (if it

Re: Replicate session-object after values in object has been changed

2011-02-15 Thread Thomas Andraschko
0:49 Uhr > On Tue, Feb 15, 2011 at 11:08 AM, > Thomas Andraschko > > wrote: > > Thanks! i will give it a try! > > Is there also another manager available without using > memcached? > None that I'm aware of, but perhaps google will know more > ;-) > > W

Re: Replicate session-object after values in object has been changed

2011-02-15 Thread Thomas Andraschko
um: Dienstag, 15. Februar, 2011 01:27 Uhr > > memcached-session-manager detects session modification as > you describe it. > It's a custom session manager that keeps sessions > (additionally) in > memcached: > http:// code.google.com/p/memcached-session-manager > > C

Re: Replicate session-object after values in object has been changed

2011-02-14 Thread Thomas Andraschko
has been changed > An: "Tomcat Users List" > Datum: Montag, 14. Februar, 2011 19:09 Uhr > On 14/02/2011 15:57, Thomas > Andraschko wrote: > > Is it possible that Tomcat will automatically check > the SessionMap entries after each request if any value in a > en

Replicate session-object after values in object has been changed

2011-02-14 Thread Thomas Andraschko
Hi, i have a simple Tomcat (7.0.8) cluster (org.apache.catalina.ha.tcp.SimpleTcpCluster without other options) with a simple Myfaces2.0.3 App for testing purpose. If JSF creates a SessionBean or i manually put an object to the SessionMap, Tomcat replicates this bean/object to all nodes. The pr