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:
@@ -29,7 +29,8 @@ CFILES =
|
||||
EXTRA_DIST = AuthPolicyEditor.txt \
|
||||
AuthTokenSettingsEditor.txt \
|
||||
IdenTokenSettingsEditor.txt \
|
||||
SvcSettingsEditor.txt
|
||||
SvcSettingsEditor.txt \
|
||||
TomcatConnectorEditor.txt
|
||||
|
||||
.PHONY: package package-clean package-install package-uninstall
|
||||
package package-clean package-install package-uninstall:
|
||||
|
||||
@@ -0,0 +1,2 @@
|
||||
Main-Class: com.novell.casa.authtoksvc.TomcatConnectorEditor
|
||||
|
||||
Reference in New Issue
Block a user