SSL Forums
 Home          Members          Who's On

Welcome Guest ( Login | Register )
        



Tomcat ssl fail: on startup:... Expand / Collapse
Message
Posted 8/28/2009 3:59:18 PM Post #288
 

Forum NewbieForum NewbieForum NewbieForum NewbieForum NewbieForum NewbieForum NewbieForum Newbie
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



  Post Attachments 
server.zip (250 views, 2.56 KB)
Posted 8/29/2009 3:02:09 AM Post #289
 

Forum NewbieForum NewbieForum NewbieForum NewbieForum NewbieForum NewbieForum NewbieForum Newbie
i got it worked already. I have to reinstall the Apache with full installation option and,,,,did the same configuration. that's it.

thanks,
« Prev Topic | Next Topic »


Permissions Expand / Collapse

All times are GMT -6:00, Time now is 3:27am


SSL.com Knowledge Base. Copyright © 2003-2009