Vanessa Campos wrote:
> I'm trying to set up tomcat using APR. I have a verisign certificate
> and put on server.xml the following:
> <Connector port="443" maxHttpHeaderSize="8192"
>                maxThreads="150" minSpareThreads="25"
> maxSpareThreads="75"
>                enableLookups="false" disableUploadTimeout="true"
>                acceptCount="100" scheme="https" secure="true"
>                SSLEngine="on"
>                SSLCertificateFile="${catalina.base}/conf/myFile.csr"
>
> SSLCertificateKeyFile="${catalina.base}/conf/myFile.key" />
>
> When I try to startup TomCat, I got the foolowing lines on
> catalina.log:
>
> Mar 20, 2006 1:11:04 PM org.apache.coyote.http11.Http11BaseProtocol
> start
> SEVERE: Error starting endpoint
> java.io.FileNotFoundException: C:\Documents and Settings\Default
> User\.keystore (The system cannot find the file specified)
[...]
> What I'm wondering is why it's looking for .keystore if I'm telling
> it to look for myFile.csr and myFile.key?

Because this time you are not using APR and therefore the ARP-specific 
configuration settings are ignored.

Regards
  mks

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

Reply via email to