2013/11/5 Steve Appling :
>
> Konstantin Kolinko wrote on 11/04/2013 03:11:52
> PM:
>
>> From: Konstantin Kolinko
>> To: Tomcat Users List
>> Date: 11/04/2013 03:10 PM
>> Subject: [External] Re: Custom Authenticators
>>
>> 2013/11/4 Steve Appl
Konstantin Kolinko wrote on 11/04/2013 03:11:52
PM:
> From: Konstantin Kolinko
> To: Tomcat Users List
> Date: 11/04/2013 03:10 PM
> Subject: [External] Re: Custom Authenticators
>
> 2013/11/4 Steve Appling :
> >
> >
> > In Tomcat 7 I could use the org.ap
2013/11/4 Steve Appling :
>
>
> In Tomcat 7 I could use the org.apache.catalina.startup.Embedded class'
> addAuthenticator method to set up my own custom authenticators. This
> allowed me to define a new authenticator that a web-app could select with
> in web.xml. Now
In Tomcat 7 I could use the org.apache.catalina.startup.Embedded class'
addAuthenticator method to set up my own custom authenticators. This
allowed me to define a new authenticator that a web-app could select with
in web.xml. Now that the Embedded class has been removed
(in 8), I'