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
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
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
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