Hello Kevin

If Tomcat is producing a permission denied it is *usually*
1)permissions from the file or folder where you are executing does not have 
that access
2)Apache htaccess hasnt granted (although you didnt mention you were running 
Apache so I doubt this is the problem)
3)a specific grant is needed such as a grant is necessary for RuntimePermission 
(etc) in catalina.policy
ditto for server.policy for AppServers such as Jrun etc

We dont know the specifics of your environment but I surmise we would all would 
like to know the solution nonetheless

Martin
*********************************************************************
This email message and any files transmitted with it contain confidential
information intended only for the person(s) to whom this email message is
addressed.  If you have received this email message in error, please notify
the sender immediately by telephone or email and destroy the original
message without making a copy.  Thank you.



  ----- Original Message ----- 
  From: Kevin Mullin 
  To: users@tomcat.apache.org 
  Sent: Wednesday, September 27, 2006 3:04 PM
  Subject: Fw: Adminstrative Web Application



  Never mind, I found the problem



        Kevin Mullin
        Sr. Analyst
        IBM Corporation
        (206) 345-7068
        [EMAIL PROTECTED]   


  ----- Forwarded by Kevin Mullin/Seattle/IBM on 09/27/2006 12:04 PM ----- 
        Kevin Mullin/Seattle/IBM 
        09/27/2006 11:13 AM 
       To Tomcat  
              cc  
              Subject Adminstrative Web Application 

              

       


  I had tomcat up and running just fine on our z/OS 1.7 IBM mainframe 
environment.  Then a client noticed that the administrative application was no 
longer shipped in tomcat by default, and so I went to the apache tomcat site 
and downloaded the administrative web application.  After installing it, when I 
start tomcat, I see this message: 

  SEVERE: Error deploying configuration descriptor admin.xml 

  followed immediately by: 

  SEVERE: Error deploying configuration descriptor admin.xml                    
 
  java.io.FileNotFoundException: 
/local/apps/tomcat/apache-tomcat-5.5.17/conf/Catalina/localhost/admin.xml 
(EDC5111I Permission denied) 

  The message seems pretty plain,  but when I look at the admin.xml file, it 
has permissions of 755.  So, can anybody tell me what the problem might be?



        Kevin Mullin
        Sr. Analyst
        IBM Corporation
        (206) 345-7068
        [EMAIL PROTECTED]   

Reply via email to