First of, let me say sorry if I botch any of the terminology here.

I'm having a problem relating to permissions of the JBOSS_HOME and subsequent 
subdirectories.  Previously, the entire JBOSS_HOME was owned by user foo:foo 
and that was the user that ran JBoss.  I've since changed this and only allowed 
the foo user to have control over the 
$JBOSS_HOME/server/blah/{work,tmp,deploy,data} directories.

This seems to work fine in that JBoss starts up without complaints.  However, 
when I go to visit one of our JSPs, the compilation process fails because the 
foo user does  not have permission to write to $JBOSS_HOME (specifically, 
$JBOSS_HOME/files1854029287).

I did a bunch of searching and apparently this is an ant related problem that 
JBoss triggers:

http://issues.apache.org/bugzilla/show_bug.cgi?id=19765

The relevant errors that I'm getting are:


  | Error creating temporary file
  | java.io.FileNotFoundException: /apps/jboss/files1854029287 (Permission 
denied)
  | 

I thought the scratchdir parameter for the jsp server in web.xml was the fix, 
but it is not.  I've changed all web.xmls that I can get my hands on.  

Is there way around this?  If I'm leaving anything out, please let me know and 
I'd be happy to provide it.

Thanks in advance!

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3887800#3887800

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3887800


-------------------------------------------------------
SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
from IBM. Find simple to follow Roadmaps, straightforward articles,
informative Webcasts and more! Get everything you need to get up to
speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click
_______________________________________________
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to