jean-frederic clere <[EMAIL PROTECTED]> writes:

> Eric Rescorla wrote:
> > 
> > As discussed on the list previously, I'm working on changing the SSL
> > interfaces in Tomcat to make them more portable to various SSL
> > toolkits, in particular PureTLS. In the process I've run into some
> > issues that I wanted to run by the list.
> > 
> > 1. I don't see how to make the switch-hit via a configuration file in
> > 3.3.  If you set the "secure" variable for your virtual server,
> > PoolTCPConnector tries to load the class named in socketFactoryName,
> > or, if null, the class named in SSL_FACT (currently JSSE).  I've spent
> > some time looking through the code and I don't see anything that
> > would cause it to be set. Setting socketFactory in server.xml doesn't
> > work. Have I missed something obvious or is this currently broken?
> 
> It works for me:
> +++
>         <Http10Connector   port="8080"
>                            secure="false"
>                            maxThreads="100"
>                            maxSpareThreads="50"
>                            minSpareThreads="10"
>                            SocketFactory="toto" />
> +++
> And I got java.lang.ClassNotFoundException: toto as excepted.
Doh! I used "socketFactory". SocketFactory works for me as well.

-Ekr

-- 
[Eric Rescorla                                   [EMAIL PROTECTED]]
                http://www.rtfm.com/

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to