Re: about authentication

2004-12-27 Thread Arto Pastinen
Solution was to fix configuration name.. my stubid mistake.. Happy christmas and new year, Tomcat is best servlet container, keep up good work team! Artsi On Mon, 2004-12-27 at 10:48, Arto Pastinen wrote: > Hi! > > Can someone explain how tomcat handles authentication. > > My problem is, that

about authentication

2004-12-27 Thread Arto Pastinen
Hi! Can someone explain how tomcat handles authentication. My problem is, that i must access secure EJB's from my web application, and everything work fine, if i use tomcat's basic or form authentication, but the problem is that i cannot show login page (basic or form), and i will use static prin

Re: Talking about authentication

2002-01-17 Thread obrand
Craig R. McClanahan wrote: > >On Thu, 17 Jan 2002, obrand wrote: > >>Date: Thu, 17 Jan 2002 11:38:58 -0800 >>From: obrand <[EMAIL PROTECTED]> >>Reply-To: Tomcat Developers List <[EMAIL PROTECTED]> >>To: tomcat <[EMAIL PROTECTED]> >>Subjec

Re: Talking about authentication

2002-01-17 Thread Craig R. McClanahan
On Thu, 17 Jan 2002, obrand wrote: > Date: Thu, 17 Jan 2002 11:38:58 -0800 > From: obrand <[EMAIL PROTECTED]> > Reply-To: Tomcat Developers List <[EMAIL PROTECTED]> > To: tomcat <[EMAIL PROTECTED]> > Subject: Talking about authentication > > Hi, > >

Talking about authentication

2002-01-17 Thread obrand
Hi, I am new to the list. I have been trying to use the JNDIRealm on our System Architecture: Solaris 8 + OpenLDAP. Since moving to a better encryption scheme on Solaris 8 is painful (and mainly undocumented ;-)), we are using the basic crypt algorytthm. Now I have seen a few issues with the R