Hello,
I've installed tomcat on this server (linux fedora 5): http://209.135.157.136:8080/ and made sure that the $CATALINA/conf/tomcat-users.xml looks like this: <tomcat-users> <role rolename="tomcat"/> <role rolename="role1"/> <user username="tomcat" password="tomcat" roles="tomcat,manager"/> <user username="role1" password="tomcat" roles="role1"/> <user username="both" password="tomcat" roles="tomcat,role1"/> </tomcat-users> Server.xml is the default. I didn't change it. I try to get to the manager with tomcat/tomcat and I get a 403 error - permission denied. I've tried to add new users, insert a role "manager" into the xml file above, but am having no luck. Your help will be greatly appreciated. I'm a newbie unix guy who's just trying to install carousselcrm which requires tomcat. It needs to add a war file, which I've added to the webapps dir. Thanks. Sincerely, Shahnawaz Khatri (760) 431-5415