If your OS supports ACL's (Access Control Lists) then adding an ACE (Access 
Control Entry) to the ACL (Access Control List) of the directory, would tell 
the file system that the user i.e. WWW$APACHE (or how the account under which 
Tomcat works is called) has Read, Write, Execute access to the directory and 
all its file. This is what we do i.e. on OpenVMS. If your OS does not support 
ACL/ACE well, some other security management features would have to do it.
Josef 



-----Ursprüngliche Nachricht-----
Von: André Warnier [mailto:a...@ice-sa.com] 
Gesendet: Montag, 26. November 2012 00:03
An: Tomcat Users List
Betreff: Re: Configuring access to an external directory

Baron Von Awsm wrote:
> Andre
> 
> Thanks very much for your reply.
> 
> Given your reply, would this be an accurate answer to my original question?
> 
> When Tomcat is run with the -security option, the Java Security 
> Manager is in effect. From there, configuring the directory access you 
> are after is a matter of configuring the Java Security Manager. For 
> Tomcat, the Java Security Manager is configured via the 
> catalina.policy file. From there, the answers to your questions are 
> not really to do with Tomcat, but to do with understanding the Java Security 
> Manager.
> <<<
> 
> Would that be an accurate answer? I ask to gain clarity and for no 
> other reason.
> 

You can get more clarity, and a much more detailed overview in the Tomcat 
on-line documentation, at http://tomcat.apache.org/tomcat-7.0-doc/index.html

See item 7)

which perusal would have saved you much typing.


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to