Hello, I am getting an error 500 ServletException Root Cause: java.lang.SecurityException: Servlet of class org.apache.catalina.servlets.ManagerServlet is privileged and cannot be loaded by this web application
Is this because I am using the wrong username / password? I have gone to tomcat-users.xml and it looks like: <tomcat-users> <user name="tomcat" password="tomcat" roles="tomcat" /> <user name="administrator" password="password" roles="manager" /> <user name="role1" password="tomcat" roles="role1" /> <user name="both" password="tomcat" roles="tomcat,role1" /> </tomcat-users> I am trying to log in as the "administrator" user that I added. What else do I have to do? Andoni. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
