D'oh!
Turns out that the ant script (which I inherited - a minor excuse) was
importing a properties file that set the very same properties I tried to
define in the script, e.g., "tomcat.manager.username". Great minds name
alike, I guess. Properties being immutable, my changes were ignored.
Hi,
I am trying to manage my tomcat webapp via ant, that is, start it, stop
it, list apps, etc. But I keep bumping up against an authentication
problem.
I have read this:
http://tomcat.apache.org/tomcat-5.0-doc/manager-howto.html#Configuring%20Manager%20Application%20Access
and several oth