You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Auto-Reply ACD Systems <cu...@acdsystems.com> on 2004/04/04 07:48:35 UTC

RE: How to grant write permission on tomcat 5? (KMM16055616V57685L0KM)

**This is an automated response.**
**Do not reply to this message.**

Thank you for contacting the ACD Systems Online Store. If you require 
the assistance of our Customer Care Center representatives, please 
review the below information so that we can help you with your 
question(s) as fast as possible.

Do you have DOWNLOAD, BILLING AND/OR SHIPPING QUESTIONS?

Our Customer Care Center at http://service.digitalriver.com/acd/cs can 
help you perform the following tasks:
          - Download a digital order
          - Check the shipping status of a physical order
          - View and print an invoice
          - Get answers to common questions
          - Contact our Customer Care Center representatives 

If you need to contact our Customer Care Center via email or have been 
unable to login to our Customer Care Center page, you can go directly to
our email web form located at: http://service.digitalriver.com/acd/question

Do you have TECHNICAL SUPPORT QUESTIONS?

Please review your order confirmation message for the appropriate 
technical support contact information for assistance with any of the 
following:
          - Questions on installation
          - Troubleshooting software
          - Help with features
          - General questions regarding the product

Thank you for contacting the ACD Systems Online Store.

Sincerely,

Customer Care Center
http://www.acdsystems.com/
Case ID 6834730




Original Message Follows:
------------------------

Hi all,
I'm using Tomcat 5.0.19
I know read permission is implicitly granted (recursively) to all files 
and subdirectories of the current directory.
but, how do I grant write permission (recursively) to all files and 
subdirectories of the current directory ?
I tried adding either one of these in the catalina.policy
grant {
           permission     java.io.FilePermission        "-", "write";
};
or 
grant {
           permission     java.io.FilePermission        "*", "write";
};
Both didn't work
Does anyone know how?
Thanks
---------------------------------
Do you Yahoo!?
Yahoo! Small Business $15K Web Design Giveaway - Enter today

---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-user-help@jakarta.apache.org