I am using Tomcat4.0 on solaris and want to stop and start my
application via the manager application. I put a new manager role entry in
my tomcat-users.xml file and went to the following url to test the basic
list command:

        http://zebra2:8081/manager/list

I get back an Internal Server error:
========================
javax.servlet.ServletException: Error allocating a servlet instance
        .
        .
        .

root cause 

java.lang.SecurityException: Servlet of class
org.apache.catalina.servlets.ManagerServlet is privileged and cannot be
loaded by this web application
========================

What do I need to do to get this working?

Mark Saltzman

Reply via email to