When i try to enable the SSL (editing server.xml to enable port:8443 as HTTPS) in Windows 7, its not getting enabled. sometimes it shows (connected to localhost..) and remains hanged.
I’m using Windows 7 64-bits/4GB RAM Tomcat 6.0(netbeans bundle), jre 1.6(64-bit).
When i try to enable the SSL (editing server.xml to enable port:8443 as HTTPS)
Share
I made it work on my case, the problem is the protocol used.
In the file server.xml change the connector option protocol=”HTTP/1.1″ to protocol=”org.apache.coyote.http11.Http11NioProtocol”
The section should look something like following.