On Mon, Jan 22, 2018 at 8:35 AM, d3coder <salim...@gmail.com> wrote:

> I can't enable StoreConfigLifecycleListener with default settings because
> of misspelling in class name in default server-registry.xml
> XML line 138 - storeFactoryClass="org.apache.catalina.storeconfig.
> OpenSSLConfSF"
> storeFactoryClass should be org.apache.catalina.
> storeconfig.SSLHostConfigSF
> or SSLHostConfigSF class should be renamed to OpenSSLConfSF.
>

You can probably file a BZ, the class seems to be missing from r1805550. As
a workaround since you're not using OpenSSLConf you should replace that
store factory with the generic
org.apache.catalina.storeconfig.StoreFactoryBase.

Rémy

Reply via email to