The folder /var/lib/jboss is created with permissions 740, owned by jboss:jboss. I was trying to develop some EJB using Eclipse 3.0.1, Lomboz 3.0.1 and JBoss 3.2.5 but I was unable to until I chmod 744 /var/lib/jboss. Reproducible: Always Steps to Reproduce: 1. 2. 3.
Rather than do a "chmod 744 /var/lib/jboss" I just add myself to the jboss group. Works fine for me.
Perhaps it should be 770, root:jboss so someone in the jboss group can copy EJB applications into the deploy directories. What do you think of such a change?
This sounds like a good solution.
since this isn't a real problem then i'm going to close this one.