Hi,
in my case I could fix this problem by giving the full path to the manager
applcation

<configuration>
                               <url>http://localhost:8080/manager/html<url>
                               <server>tomcat-server</server>
</configuration>

On Tue, Oct 11, 2011 at 7:35 PM, laredotornado-3 <laredotorn...@gmail.com>wrote:

> Hi,
>
> I did add each of those roles to the "tomcat" user in the tomcat-users.xml
> file ...
>
> <tomcat-users>
>  <role rolename="tomcat"/>
>  <role rolename="role1"/>
>  <user username="tomcat" password="tomcat"
> roles="tomcat,manager-gui,manager-script,manager-jmx,manager-status"/>
>  <user username="both" password="tomcat" roles="tomcat,role1"/>
>  <user username="role1" password="tomcat" roles="role1"/>
> </tomcat-users>
>
> Any other ideas or is there something wrong with the above? - Dave
>
> --
> View this message in context:
> http://maven.40175.n5.nabble.com/Getting-401-error-when-trying-to-use-Maven-Tomcat-plugin-tp4892167p4892359.html
> Sent from the Maven - Users mailing list archive at Nabble.com.
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
> For additional commands, e-mail: users-h...@maven.apache.org
>
>


-- 
Best regards,
Denis Dushin

Reply via email to