Hi Chuck It seems you have forgotten the "\" between C: and Windows
HTH Ralph -----Ursprungliche Nachricht----- Von: Chuck Amadi [mailto:[EMAIL PROTECTED]] Gesendet: Freitag, 22. Februar 2002 14:10 An: tomcat Betreff: tomcat-4.0.2 <System cannot find the file specified> keystore Hi . i am currently running tomcat4.0.2 M$98 . I have created a certificate keystore by using the keytool and it resides at C:WINDOWS\Profile\chucka\.keystore. In tomcat4.0.2\conf\server i have the following - <!-- 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 Also tried this keystoreFile="bbnpakeys/bbnpacert" and created a bbnpakeys folder in tomcat4.0.2 no avail. On startup i get Root Cause Error within script java.IOException:java.io.FileNotFoundException : C:jakarta-tomcat-4.0.2\bbnpakeys\bbnpacert <System cannot find the file specified> I had used certs that i created previously with tomcat-4.0.1 How do i set the correct path to the keystore. 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]>
