Hi Klaus,

Good Morning Franck,

yesterday, you did a great job, trying to help me. I appreciate that!

Thanks.
But... I am running out of ideas. Regarding the password: presently, I am using "changeit" for everything (just to get in running), but I still have no success.
Yesterday, I sent anouther eMail explaining, what I am doing.


Could you please have a look at it and tell me your judgement? And what I could try additionally?
You would really help a man in trouble.

Thank you very much.
Klaus

This is what I do:



CREATE KEY:
------------------------------------------------------------------------------------------------------

../../java/bin/keytool -genkey -alias tomcat -keyalg RSA -keystore /opt/wt24/apache-tomcat-5.5.16/conf/.keystore ../../java/bin/keytool -export -alias tomcat -file /opt/wt24/apache-tomcat-5.5.16/conf/tomcat-server.crt -keystore /opt/wt24/apache-tomcat-5.5.16/conf/.keystore ../../java/bin/keytool -import -file /opt/wt24/apache-tomcat-5.5.16/conf/tomcat-server.crt -keystore /opt/wt24/apache-tomcat-5.5.16/conf/cacerts

In this process, I use the same password for all
------------------------------------------------------------------------------------------------------

SERVER.XML looks like this:
------------------------------------------------------------------------------------------------------
<Connector port="443" maxHttpHeaderSize="8192"
             maxThreads="150" minSpareThreads="25" maxSpareThreads="75"
             enableLookups="false" disableUploadTimeout="true"
             acceptCount="100" scheme="https" secure="true"
             clientAuth="false" sslProtocol="TLS"
             keystorePass="secret"
             debug="0"
             keystoreFile="/opt/wt24/apache-tomcat-5.5.16/conf/.keystore"
             truststoreFile="/opt/wt24/apache-tomcat-5.5.16/conf/cacerts"
             truststorePass="password as used in key-creation"
             />
-----------------------------------------------------------------------------------------------------

When I START TOMCAT, the log shows:
----------------------------------------------------------------------------------------------------
INFO: Starting Coyote HTTP/1.1 on http-80
12.04.2006 19:43:55 org.apache.coyote.http11.Http11BaseProtocol start
SCHWERWIEGEND: Error starting endpoint
java.io.IOException: Keystore was tampered with, or password was incorrect
Ok.
First suggestion: Passwords are case sensitve. Did you consider this?

-- Franck


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

Reply via email to