> Ok, so the idea is that init() has to be successful or the component will
> never become started later on.
> Connectors are a bit special though. You can use bindOnInit to do the socket
> bind and TLS start either in init (you don't want it to fail, and you want
> the server to start accepting
> Looking at "https-openssl-nio-9727" connector (ignoring "http-nio-9728") I see
> 24-Oct-2024 12:27:14.109 INFO [main]
> org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler
> ["https-openssl-nio-9727"]
> 24-Oct-2024 12:27:14.156 SEVERE [main]
> org.apache.catalina.util.Lifecy
Thank you Rémy for your quick response. We still have a few questions for
better understanding.
>> 24-Oct-2024 11:53:15.217 INFO [main]
>> org.apache.catalina.startup.Catalina.load Server initialization in
>> [1871] milliseconds
>> 24-Oct-2024 11:53:15.280 INFO [main]
>> org.apache.catalina.c
96, without doing any changes to
our side of the code. In other words,
Something seemed to be changed in releases post 9.0.93 which causes this
behavior at our end.
-
Would somebody provide a pointer or a direction I should start looking into?
Your help would be really appreci