Dear Wiki user, You have subscribed to a wiki page or wiki category on "Tomcat Wiki" for change notification.
The following page has been changed by VegarNeshaug: http://wiki.apache.org/tomcat/SSLWithFORMFallback6 The comment on the change is: Added start() and stop() delegation ------------------------------------------------------------------------------ } } + @Override + public void start() throws LifecycleException { + super.start(); + formAuthenticator.start(); + sslAuthenticator.start(); + } + + @Override + public void stop() throws LifecycleException { + super.stop(); + formAuthenticator.stop(); + sslAuthenticator.stop(); + } + // I'd rather not have the below, but it is necessary for the // authenticators to work properly. @Override --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]