...
And also the connector port
Code Block | ||
---|---|---|
| ||
... <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.
...