Re: authentication problem deploying app to tomcat via ant

2006-06-13 Thread Anne Wilson
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.

authentication problem deploying app to tomcat via ant

2006-06-09 Thread Anne Wilson
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