Many thanks ^_^
2009/12/16 Mark Thomas
> On 16/12/2009 05:34, Ivan wrote:
> > Hi,
> > While playing with Tomcat 7 with non-Sun JDK, I got an error "SunX509
> > KeyManagerFactory not available", it seems that in AbstractEndpoint.java,
> it
> > uses SunX509 as the default value, how about usin
On 16/12/2009 05:34, Ivan wrote:
> Hi,
> While playing with Tomcat 7 with non-Sun JDK, I got an error "SunX509
> KeyManagerFactory not available", it seems that in AbstractEndpoint.java, it
> uses SunX509 as the default value, how about using
> KeyManagerFactory.getDefaultAlgorithm() as the def
Hi,
While playing with Tomcat 7 with non-Sun JDK, I got an error "SunX509
KeyManagerFactory not available", it seems that in AbstractEndpoint.java, it
uses SunX509 as the default value, how about using
KeyManagerFactory.getDefaultAlgorithm() as the default value to make Tomcat
more portable.
-