Mantis - Resin
Viewing Issue Advanced Details
1818 major always 06-22-07 09:01 07-30-07 14:29
mauricev  
ferg  
normal  
closed 3.1.1  
unable to reproduce  
none    
none  
0001818: Resin cannot see many jsp files unless it has write permissions to them
JSP files on the server configured for others to have read and execute permissions and are owned by a user other than the resin user. Resin itself runs under the user the resin user. In this scenario, resin appears to apparently at random see and execute only some of the jsp files. The others just result in file not found errors.

There is a workaround. Include resin in the owner's group and give that group write permission to every jsp file. This isn't ideal. Why would resin need such write access to begin with? It's also not clear why it affects certain jsp files and not others.

Notes
(0002160)
ferg   
07-30-07 14:29   
Checked with 3.1.2 (unix), and Resin can see the read-only JSP files. (And there's nothing in the Resin code which would care about writing.)