Hi Mark,
Your concern is correct. Even i was thinking the same.
-----Original Message-----
From: Mark Thomas [mailto:markt@apache.org]
Sent: Tuesday, November 08, 2005 12:39 AM
To: Tomcat Users List
Subject: Re: ANT build + Read Password
Nehal Sangoi wrote:
> Hi All,
>
> I want my ANT Build script be reading manager-deployer's password (stored
in
> "tomcat-users.xml") from mentioned file instead of i do supply clear text
> password while deployment. How can i configure this in ANT script?
>
> I am aware of the option of supplying password at the prompt in ANT. But i
> want ant script be reading it automatically from the configuration file
that
> would have encrypted password.
If the password is hashed in the tomcat-users.xml, how is Ant going to
unhash it to present it to Tomcat? Equally, if it is stored anywhere
in encrypted form, how will Ant decrypt it?
Mark
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org
For additional commands, e-mail: users-help@tomcat.apache.org
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org
For additional commands, e-mail: users-help@tomcat.apache.org
|