Hitesh Raghav wrote:
> Hi Lucas,
> 
> I'm using following <connector/> configuration:
>       <Connector port="8443" maxHttpHeaderSize="8192"
>                maxThreads="150" minSpareThreads="25"
> maxSpareThreads="75"
>                enableLookups="false" disableUploadTimeout="true"
>                acceptCount="100" scheme="https" secure="true"
>                clientAuth="false" sslProtocol="TLS" />
>       <Factory
> className="org.apache.coyote.tomcat4.CoyoteServerSocketFactory"
>             clientAuth="false" protocol="TLS"
>             keystoreFile="keystore/.keystore"
>             keystorePass="changeit"
>             keystoreType="pkcs12" />
> 
> Please let me know in case any other details are needed.

That suggests a old Tomcat 4 version. Earlier you quoted the 5.5 docs.
 Which version are you actually using? I haven't tested this with
Tomcat 4 but I suspect you'll need 4.1.36 for this to work.

Mark


---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to