Mark Thomas wrote:
On 27/11/2013 07:34, Dehaudt, Christophe wrote:
Is there a way to share the nonce between servers so they can act as one?

No. You'd need to customise the DigestAuthenticator to do that.

I would like to get your advices , how to make a multiple server deployment 
running with Http digest.

Use sticky load-balancing.


Or do the authentication at the front-end load-balancer level, and set Tomcat's authentication to accept what the front-end says ?
(E.g. 
https://tomcat.apache.org/tomcat-8.0-doc/config/ajp.html#Standard_Implementations
#tomcatAuthentication)


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to