Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

And also the connector port

Code Block
languagexml
...
<Connector port="CHANGE ME" protocol="org.apache.coyote.http11.Http11NioProtocol"
            maxThreads="150" secure="true"
            clientAuth="false" sslProtocol="TLSv1.2" SSLEnabled="true"
            keystoreFile="../config/tomcat.jks" keystorePass="*PASSWORD_HERE*">
        </Connector>
...

Make sure both of these ports are not being used by anything else.

...