Re: How to start the j_security_check servlet if using SSLAuthenticator

2002-07-22 Thread Craig R. McClanahan
On Tue, 23 Jul 2002, Andrew Grosser wrote: > Date: Tue, 23 Jul 2002 04:39:09 + > From: Andrew Grosser <[EMAIL PROTECTED]> > Reply-To: Tomcat Developers List <[EMAIL PROTECTED]> > To: [EMAIL PROTECTED] > Subject: Re: How to start the j_security_check servlet if u

Re: How to start the j_security_check servlet if using SSLAuthenticator

2002-07-22 Thread Andrew Grosser
d (by FormAuthenticator) when the form >login page has been displayed. None of the rest of Tomcat has a clue what >j_security_check is for. > >Craig > > > >On Tue, 23 Jul 2002, Andrew Grosser wrote: > > > Date: Tue, 23 Jul 2002 13:15:33 +0900 > > From:

Re: How to start the j_security_check servlet if using SSLAuthenticator

2002-07-22 Thread Craig R. McClanahan
opers List <[EMAIL PROTECTED]> > To: [EMAIL PROTECTED] > Subject: How to start the j_security_check servlet if using > SSLAuthenticator > > Hello, > I have been looking at extending the SSLAuthenticator class to accept > Certificates AND Form type logins using a JDBC connecto

How to start the j_security_check servlet if using SSLAuthenticator

2002-07-22 Thread Andrew Grosser
Hello, I have been looking at extending the SSLAuthenticator class to accept Certificates AND Form type logins using a JDBC connector. This would have seemed relatively simple - but I have not been able to instantiate the j_security_check servlet for the SSLAuthenticator class (as it seems to on