Bug 40999 - Unable to manage truststoreFile, truststorePass, truststoreType
Summary: Unable to manage truststoreFile, truststorePass, truststoreType
Status: RESOLVED FIXED
Alias: None
Product: Tomcat 5
Classification: Unclassified
Component: Catalina (show other bugs)
Version: 5.5.20
Hardware: All other
: P2 normal (vote)
Target Milestone: ---
Assignee: Tomcat Developers Mailing List
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-11-19 01:41 UTC by Mark Koshelev
Modified: 2006-11-20 15:38 UTC (History)
0 users



Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Mark Koshelev 2006-11-19 01:41:04 UTC
It is impossible to manage of some attributes needed to confiure SSL connection
using JMX. Connector section in server.xml file may define truststoreFile,
truststorePass, truststoreType attributes to configure SSL connection. But these
attributes are not available via JMX interface. 
First I have found that there is not description of these attributes in 
(%SRC_ROOT%\container\catalina\src\share\org\apache\catalina\connector\mbeans-descriptors.xml)
file.
 
As result these attributes are not available to manage SSL connection using
Tomcat Administration Application.
Comment 1 Mark Thomas 2006-11-20 15:38:37 UTC
This has been fixed in SVN and will be included in 5.5.21 onwards.