Using custom implementation of Authenticator in Tomcat
- by mabuzer
How can I force Tomcat to use my own implementation of Authenticator, and not the existing one like FORM, BASIC, DIGEST, etc? I know if I add my authentication class name in org.apache.catalina.startup.Authenticators.properties it would work. I need an alternative for this.