Created utilities for modifying the connector entry in the server.xml

Tomcat configuration file to easily allow a user to change the ATS to
start using a different keystore for SSL communications.
This commit is contained in:
Juan Carlos Luciani
2007-04-20 21:45:29 +00:00
parent c5281ab8d1
commit b9373bb188
16 changed files with 521 additions and 36 deletions

View File

@@ -1,3 +1,13 @@
-------------------------------------------------------------------
Fri Apr 20 15:40:01 MDT 2007 - jluciani@novell.com
- Created utilities for editing the connector entry for the
server.xml Tomcat configuration file so that it can be
easily modified so that the Tomcat instance utilized by
the ATS use a different Keystore and be able to leverage
Certificate/Keys installed for other products. This is
the first step in the resolution of BUG242891.
-------------------------------------------------------------------
Wed Apr 18 16:43:48 MDT 2007 - jluciani@novell.com