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





------- Additional Comments From [EMAIL PROTECTED]  2003-06-26 16:58 -------
I've learned more about this bug.  First of all, it only applies to the
o.a.catalina.net.SSLServerSocketFactory.  If you're using the Coyote classes,
this bug doesn't appear.  

The reason is that someone removed the getter for keystorePass from the
SSLServerSocketFactory.  That's what's used by the Manager to recreate the
server.xml file.  Here's the relevant commit info:

http://cvs.apache.org/viewcvs.cgi/jakarta-tomcat-4.0/catalina/src/share/org/apache/catalina/net/SSLServerSocketFactory.java?rev=1.8&content-type=text/vnd.viewcvs-markup

This also led me to a fix.  
- Get the latest version of SSLServerSocketFactory.  
- Re-add the getter for getKeystorePass and compile.
- Copy the resulting class file to
$TOMCAT_HOME/server/classes/org/apache/catalina/net

Restart.  That should fix it.

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

Reply via email to