You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by "Pal, Anshu" <An...@usa.xerox.com> on 2002/02/22 14:46:34 UTC

RE: I get an exception java.io.FileNotFoundException: Tomcat 4 ss l

Look at the keystoreFile attribute. You have 2 quotes (") there in the
beginning.. If that is not a typo it may be the problem.

Hope it helps

Anshu Pal

-----Original Message-----
From: Chuck Amadi [mailto:chuck.amadi@breconbeacons.org]
Sent: Friday, February 22, 2002 8:38 AM
To: tomcat
Subject: I get an exception java.io.FileNotFoundException: Tomcat 4 ssl


When Tomcat -4.0.2 starts up I get an exception 
java.io.FileNotFoundException:

<System cannot find file etc etc >I have added a keystoreFile attribute 
keystoreFile="C:\WINDOWS\Profile\chucka\.keystore"

It still claims it can't find it - Thus basically how do i add it to the 
keystoreFile attribute as i am missing something quite obvisouly.

"C:\WINDOWS\Profile\chucka\.keystore" is the absolute path of my 
.keystore File

 <!-- Define an SSL HTTP/1.1 Connector on port 8443 (7777) -->
    <Connector className="org.apache.catalina.connector.http.HttpConnector"
               port="7777" minProcessors="5" maxProcessors="75"
               enableLookups="true"
           acceptCount="10" debug="0" scheme="https" secure="true">
      <Factory className="org.apache.catalina.net.SSLServerSocketFactory"
               clientAuth="false"
                keystoreFile=""C:\WINDOWS\Profile\chucka\.keystore"
                keystorePass="test123"
                protocol="TLS"/>
    </Connector>

Any suggestions
Cheers Chuck Amadi
Systems Programmer


--
To unsubscribe:   <ma...@jakarta.apache.org>
For additional commands: <ma...@jakarta.apache.org>
Troubles with the list: <ma...@jakarta.apache.org>

--
To unsubscribe:   <ma...@jakarta.apache.org>
For additional commands: <ma...@jakarta.apache.org>
Troubles with the list: <ma...@jakarta.apache.org>