Thanks, that did the trick! :)
Actually I tried "manager/text" before, but as I was using the role
"manager" (as the documentation suggested) I got 403 for response.
Aivar
It should be [...]/manager/text
>
> Note, that your user should have the role of "manager-script" to be
> able to access tha
Hi
I'm trying to get started with Tomcat 7.0.6 on Win7. I'm able to deploy
using WAR upload form in Manager, but deploying using ant (1.8.2) "deploy"
task fails -- it just lists a bunch of html (without an error message) and
then says that BUILD FAILED.
I wrote my build.xml according to sample fr