Hi Chuck,
 
Thanks a lot for the answer.
 
This is the manager.xml file I have in \webapps\manager directory:
 
<!--
 
    Context configuration file for the Tomcat Manager Web App
 
    $Id: manager.xml 303123 2004-08-26 17:03:35Z remm $
 
-->
 

<Context docBase="${catalina.home}/server/webapps/manager"
         privileged="true" antiResourceLocking="false"
antiJARLocking="false">
 
  <!-- Link to the user database we will get roles from -->
  <ResourceLink name="users" global="UserDatabase"
                type="org.apache.catalina.UserDatabase"/>
 
</Context>
 
 
I do not have any contex.xml file in \webapps\manager\MET-INF
 
I am new to Tomcat. We can not upgrade due to SOX requirements. Lots of
Testing involved.
 

Regards,
 
Razvan  Poenaru |Sr.Programmer/Analyst |Space Missions -MDA
(905) 790 2800
x4626|razvan.poen...@mdacorporation.com|www.mdacorporation.com
Canada – 9445 Airport Road, Brampton, ON – L6S 4J3


>>> "Caldarale, Charles R" <chuck.caldar...@unisys.com> 10/7/2009 1:44
PM >>>
> From: Razvan Poenaru [mailto:razvan.poen...@mdacorporation.com] 
> Subject: Getting an error with the Tomcat Manager on version 6.0.14.
> 
> I am getting the following error when trying to access the Tomcat
> Manager on Tomcat 6.0.14:

Access it how?

> root cause
> java.lang.SecurityException: Servlet of class
> org.apache.catalina.manager.HTMLManagerServlet is privileged and
cannot
> be loaded by this web application

Looks like you may have lost the privileged="true" attribute in the
manager's <Context> element.  Look in
[appBase]/manager/META-INF/context.xml and see what it says.  Also check
if there's a conf/Catalina/[host]/manager.xml that might be overriding
the one packaged with the webapp.

Any reason you can't move up to a newer version?

- Chuck


THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE
PROPRIETARY MATERIAL and is thus for use only by the intended recipient.
If you received this in error, please contact the sender and delete the
e-mail and its attachments from all computers.

Reply via email to