On 23/01/2014 22:09, David Williams wrote:
> I have followed every instruction to a T, but on ant install I get this

I think not...

> $ cat ~/Tomcat/tomcat/conf/tomcat-users.xml
> <?xml version='1.0' encoding='utf-8'?>
> 
>   <role rolename="tomcat"/>
>   <role rolename="role1"/>
>   <role rolename="manager"/>
>   <user username="tomcat" password="tomcat" roles="tomcat"/>
>   <user username="manager" password="manager" roles="manager"/>
> 
> </tomcat-users>

You need the manager-script role in order to use the /manager/text/... API

Mark

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to