thread recovery

2016-04-24 Thread Mahudeswaran A
Hi All, Let's assume mutex.wait being called in one of the tomcat thread. The thread state is still RUNNABLE but the thread does nothing and just waiting. Is there any functionality in tomcat to automatically recovery for these threads either through some configurations? For e.g. if there are thr

Re: Session replication will never happen after disabling session persistence across Tomcat restarts

2016-04-24 Thread Keiichi Fujino
2016-04-23 15:29 GMT+09:00 sanigo : > Hi! >I have tested quite a few times to confirm that session replication > will not happen after uncommenting in > conf/context.xml. >If the line is commented out, the session replication will work > happily. > Is there a warning message to y

Re: Tomcat 9.0.0-M4 seems not to start digest algorithm on JDBC Realm as did tomcat 8.0.25

2016-04-24 Thread Fabio Ricci
appreciate the sunday answer (thank you). To say the truth: I did read the documentation and the migration guide. But since there are no examples in http://tomcat.apache.org/tomcat-8.0-doc/config/credentialhandler.html, I did not manage to create my own implementation concreteness. That’s why I

Re: Tomcat 9.0.0-M4 seems not to start digest algorithm on JDBC Realm as did tomcat 8.0.25

2016-04-24 Thread Mark Thomas
On 22/04/2016 23:35, Fabio Ricci wrote: > Dear tomcat Community > > I am using cross context (which seems to be easy to configure but in in > tomcat 8 hard to run) … so today I downloaded tomcat 9 and I migrated my > apps to it. > In tomcat 9 cross context is running smoothly (thank you!) > > To