I have installed Tomcat 7 on my CentOS 6 virtual machine.I changed http port to 9090 and I can acces the url Configuration for https is :
but I cannot access I have turned off firewall on CentOS.Can anyone help with this problem?Thanks.
Code:
<Connector protocol="org.apache.coyote.http11.Http11Protocol"
port="8443" maxThreads="200"
scheme="https" secure="true" SSLEnabled="true"
keystoreFile="/conf/tomcat" keystorePass="mypass"
clientAuth="false" sslProtocol="TLS" />