Re: Authentication Memcached + Tomcat

2014-11-03 Thread Nilson Uehara
2014-11-02 4:34 GMT-02:00 Igor Cicimov : > On 01/11/2014 6:52 AM, "Nilson Uehara" wrote: > > > > I'm testing Memcached to implement failover on my Tomcat servers. > > > > Is there any way of implementing security by user / password? > From what I can see here > > https://code.google.com/p/memcach

Re: Authentication Memcached + Tomcat

2014-11-01 Thread Igor Cicimov
On 01/11/2014 6:52 AM, "Nilson Uehara" wrote: > > I'm testing Memcached to implement failover on my Tomcat servers. > > Is there any way of implementing security by user / password? >From what I can see here https://code.google.com/p/memcached-session-manager/wiki/SetupAndConfiguration the instruc

Re: Authentication Memcached + Tomcat

2014-11-01 Thread Daniel Mikusa
On Nov 1, 2014 10:31 AM, "Nilson Uehara" wrote: > > Dan, > I'm trying to implement Memcached with SASL authentication > > https://code.google.com/p/memcached/wiki/SASLHowto > > But I can not get Tomcat to connect to it > > Nilson Uehara Please don't top post. Reply inline or at the bottom. It is

Re: Authentication Memcached + Tomcat

2014-11-01 Thread Nilson Uehara
Dan, I'm trying to implement Memcached with SASL authentication https://code.google.com/p/memcached/wiki/SASLHowto But I can not get Tomcat to connect to it Nilson Uehara 2014-10-31 18:18 GMT-02:00 Daniel Mikusa : > On Fri, Oct 31, 2014 at 3:51 PM, Nilson Uehara > wrote: > > > I'm testing Mem

Re: Authentication Memcached + Tomcat

2014-10-31 Thread Daniel Mikusa
On Fri, Oct 31, 2014 at 3:51 PM, Nilson Uehara wrote: > I'm testing Memcached to implement failover on my Tomcat servers. > > Is there any way of implementing security by user / password? > Can you clarify this request? Are these two separate thoughts, or is memcached somehow related to the sec

Re: Authentication Memcached + Tomcat

2014-10-31 Thread André Warnier
Nilson Uehara wrote: I'm testing Memcached to implement failover on my Tomcat servers. Is there any way of implementing security by user / password? Probably. - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For

Authentication Memcached + Tomcat

2014-10-31 Thread Nilson Uehara
I'm testing Memcached to implement failover on my Tomcat servers. Is there any way of implementing security by user / password?