You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by jo...@fwd.at on 2003/04/27 11:56:06 UTC

Tomcat 4.1.24: keystorePass is missing after restart

Hi there,

Sometimes when I stop and start Tomcat 4.1.24, the keystorePass inside the 
server.xml file gets lost
<Factory className="org.apache.catalina.net.SSLServerSocketFactory" 
algorithm="SunX509" clientAuth="false" keystoreFile="e:\ssl\.keystore" 
keystoreType="JKS" protocol="TLS" keystorePass="test"/>

==> stop/ start 
==> keystorePass="test" is missing in server.xml (exception: 2003-04-26 
23:23:00 HttpConnector httpConnector, io problem: 
java.io.IOException: Keystore was tampered with, or password was incorrect
        at 
sun.security.provider.JavaKeyStore.engineLoad(JavaKeyStore.java:739)).

Does anybody else face this issue? I usually re-edit server.xml and add 
the lost parameter and then it works fine again.
I didn't have this problem with 4.1.18.

thx
Johannes