You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by bu...@apache.org on 2003/05/05 14:28:09 UTC

DO NOT REPLY [Bug 19667] New: - Using commit on admin app does not save keystore password

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=19667>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=19667

Using commit on admin app does not save keystore password

           Summary: Using commit on admin app does not save keystore
                    password
           Product: Tomcat 4
           Version: 4.1.24
          Platform: PC
        OS/Version: Windows NT/2K
            Status: NEW
          Severity: Major
          Priority: Other
         Component: Webapps:Administration
        AssignedTo: tomcat-dev@jakarta.apache.org
        ReportedBy: moonjihad@hotmail.com


Using commit changes on the admin app saves the server.xml configuration.
However, the keystore password is not saved for SSL sessions, causing the server
to fail at the next restart.

This is what is saved :
<Factory
className="org.apache.catalina.net.SSLServerSocketFactory"
algorithm="SunX509" clientAuth="false"
keystoreFile="E:\tomcat\bin\..\tomcat_keystore"
keystoreType="JKS"
protocol="TLS"
/>

Note the absence of the keystorePass attribute.

This bug is also present in 4.1.21

---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-dev-help@jakarta.apache.org