Posted 8/28/2009 3:59:18 PM
|
|
|
|
Hi All,
Could you please help to figure out why my https is not functioning :
I installed Tomcat 6.0 and generate .keystore file as in the guideline http://tomcat.apache.org/tomcat-6.0-doc/ssl-howto.html
and change the connertor in server.xml as below:
port="8443" minSpareThreads="5" maxSpareThreads="75"
enableLookups="true" disableUploadTimeout="true"
acceptCount="100" maxThreads="200"
scheme="https" secure="true" SSLEnabled="true"
keystoreFile="${user.home}/.keystore" keystorePass="changeit"
clientAuth="false" sslProtocol="TLS"/>
now i restart the Tomcat, the http://localhost:8080/ is running properly but with the https://localhost:8443/, i got connection timeout.
I checked the catalina log and this is the error:
LifecycleException: service.getName(): "Catalina"; Protocol handler start failed: java.lang.Exception: Socket bind failed: [730014]....
I googled and found it was a bug in previous version. It should be fixed already in the Tomcat 6.
Do you know why i still got this issue? I am running on Windows Vista. And i also download the tcnative-1.dll to Tomcat bin folder.
I attached the server.xml here
Thank you for your response,
-Hoang Long
|
|
Posted 8/29/2009 3:02:09 AM
|
|
|
|
i got it worked already. I have to reinstall the Apache with full installation option and,,,,did the same configuration. that's it.
thanks,
|
|
|
|