I have two connectors in my server.xml
<connector port=8090... redirect=8443>
and
<connector port=8443...>
If I only want to use TLS do I need both connectors.
Regards,
Damon
You only need one connector.
I'd hang on to the one you don't want in the config though - comment it out, don't delete, you might want to fall back on it or have it around for reference when upgrading.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.