Hi, I have installed Tomcat, and I get the "It Works" page perfect, however, when I try to go to the manager webapp I get the unauthorized 401 error.
I have the following in my conf/tomcat-users.xml file: <role rolename="manager"/> <user username="testuser" password="s3cret" roles="manager"/> I am using Tomcat6 on Ubuntu. Installed with apt-get. What am I doing wrong? Is there a log file somewhere I can look at? Thanks Rick --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org