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.
<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.