Hi, I have several applications running in different directories. Each application is owned by a different linux owner/group. In order for Tomcat to be able to read these files to serve them, the Tomcat has as it's secondary groups, the group names of each application.
The problem I am having is that when any of the applications create a file, the file created has the owner/group tomcat:tomcat which prevents the application owner from accessing the file directly (as a logged in linux user). How do others address this problem? Is there a way to have Tomcat dynamically switch 'group' before serving somthing from each application? Thanks in advance. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]