On 5/4/05, Carlos Conde <[EMAIL PROTECTED]> wrote:
> Hello,
> 
> I'm trying to enable HTTPS with Tomcat5.5.9. Here is my connector description 
> in
> the server.xml file:
> 
>     <Connector port="8443"
>                minProcessors="5"
>                maxProcessors="75"
>                enableLookups="true"
>                disableUploadTimeout="true"
>                acceptCount="100"
>                debug="0"
>                scheme="https"
>                secure="true"
>                clientAuth="false"
>                sslProtocol="TLS"
>                keystoreFile="conf/ssl/keystore"
>                keystorePass="****"/>
> 

Try specifying an absolute path for the keystoreFile, I'm not sure
what that is relative to and shouldn't that be .keystore anyway?

Regards,
-- 
Jason Bainbridge
http://kde.org - [EMAIL PROTECTED]
Personal Site - http://jasonbainbridge.com

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

Reply via email to