Seems you have to much double quotes in th entry keystoreFile=""C:\WINDOWS\Profile\chucka\.keystore"
Gru�, Wolfgang > -----Urspr�ngliche Nachricht----- > Von: Chuck Amadi [mailto:[EMAIL PROTECTED]] > Gesendet: Freitag, 22. Februar 2002 14:38 > An: tomcat > Betreff: 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: <mailto:[EMAIL PROTECTED]> > For additional commands: <mailto:[EMAIL PROTECTED]> > Troubles with the list: <mailto:[EMAIL PROTECTED]> > -- To unsubscribe: <mailto:[EMAIL PROTECTED]> For additional commands: <mailto:[EMAIL PROTECTED]> Troubles with the list: <mailto:[EMAIL PROTECTED]>
