Jazz Forum Welcome to the Jazz Community Forum Connect and collaborate with IBM Engineering experts and users

SunX509 KeyManagerFactory not available

am not able to get Tomcat running properly. I receive a "SunX509 KeyManagerFactory not available" error. I don't understand why its looking for SunX509. Here is a portion of the server.xml file I'm using:

<Connector port="9443"
connectionTimeout="20000"
maxHttpHeaderSize="8192"
maxThreads="150"
minSpareThreads="25"
maxSpareThreads="75"
enableLookups="false"
disableUploadTimeout="true"
acceptCount="100"
scheme="https"
secure="true"
clientAuth="false"
keystoreFile="ibm-team-ssl.keystore"
keystorePass="ibm-team"
sslProtocol="SSL_TLS"
algorithm="IbmX509"
URIEncoding="UTF-8" />
Any help would be appreciated.

0 votes


Be the first one to answer this question!

Register or log in to post your answer.

Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.

Search context
Follow this question

By Email: 

Once you sign in you will be able to subscribe for any updates here.

By RSS:

Answers
Answers and Comments
Question details

Question asked: Mar 11 '10, 10:43 a.m.

Question was seen: 9,600 times

Last updated: Mar 11 '10, 10:43 a.m.

Confirmation Cancel Confirm