Re: Cluster - Session replication error: Unable to apply diff

2015-04-19 Thread Keiichi Fujino
Hi Are there other error or exception in your log? Please show us your cluster configuration in your server.xml. e.g. - What is mapSendOptions? - Which Interceptor do you use? 2015-04-15 3:55 GMT+09:00 Théo Chamley : > Hello, > > I have a working Tomcat 8.0.15 cluster with 3 members with the

Re: org.apache.catalina.authenticator.SingleSignOn.sessionEvent() equivalent in Tomcat 8

2015-04-19 Thread Thusitha Thilina Dayaratne
Hi >>In tomcat 7 there is a method to set session event as follows in the org.apache.catalina.authenticator.SingleSignOn >>void sessionEvent(SessionEvent event) >>But this method has been removed in tomcat 8. >>Is there a equivalent in Tomcat 8? Or is there a specific reason to remove that? >I th

Re: org.apache.catalina.authenticator.SingleSignOn.sessionEvent() equivalent in Tomcat 8

2015-04-19 Thread Thusitha Thilina Dayaratne
Hi >>In tomcat 7 there is a method to set session event as follows in the org.apache.catalina.authenticator.SingleSignOn >>void sessionEvent(SessionEvent event) >>But this method has been removed in tomcat 8. >>Is there a equivalent in Tomcat 8? Or is there a specific reason to remove that? I thi

org.apache.catalina.authenticator.SingleSignOn.sessionEvent() equivalent in Tomcat 8

2015-04-19 Thread Thusitha Thilina Dayaratne
Hi, In tomcat 7 there is a method to set session event as follows in the org.apache.catalina.authenticator.SingleSignOn void sessionEvent(SessionEvent event) But this method has been removed in tomcat 8. Is there a equivalent in Tomcat 8? Or is there a specific reason to remove that? Thanks Best