-convertTomcatUsers

Repotools command that converts a tomcat-users.xml file to encrypted passwords.

Purpose

The convertTomcatUsers command is used to SHA-1 encrypt the clear text passwords in an Apache Tomcat users file.

Parameters

Attribute Description Required Default
tomcatUsersPath The path to the tomcat users file. No ./tomcat/conf/tomcat-users.xml
logFile Path to the log file. No repotools_convertTomcatUsers.log

Example

repotools -convertTomcatUsers

Feedback