You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Chuck Amadi <ch...@breconbeacons.org> on 2002/02/22 14:59:19 UTC

exception java.io.FileNotFoundException: Tomcat-4.0.2 ssl solved the problem should of used forward slashes oops stupid

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>