[jboss-jira] [JBoss JIRA] Commented: (JBWEB-16) scratchdir fails for multi-user installs
Luc Texier (JIRA)
jira-events at jboss.com
Thu Sep 14 05:07:39 EDT 2006
[ http://jira.jboss.com/jira/browse/JBWEB-16?page=comments#action_12343306 ]
Luc Texier commented on JBWEB-16:
---------------------------------
I removed my last comment which was erroneous
scratchdir is used only when compiling jsp pages
what you might consider is the following option instead
JAVA_OPTS="$JAVA_OPTS -Dcatalina.base=/tmp/catalina"
the server will then created the /work directory in there
> scratchdir fails for multi-user installs
> ----------------------------------------
>
> Key: JBWEB-16
> URL: http://jira.jboss.com/jira/browse/JBWEB-16
> Project: JBoss Web
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: Tomcat Module
> Affects Versions: JBossWeb embedded - AS 4.0.1
> Reporter: Norman Richards
> Assigned To: Remy Maucherat
>
> The setup was the basic multi-user scenario described in the dev environment admin training slides (module 8). Each user has his own data/tmp/deploy directory, but the conf directory is shared between all users and not writable.
> This produces a a FATAL log message:
> 11:37:06,717 FATAL [EmbeddedServletOptions] The scratchDir you specified:
> /private/tmp/jboss-4.0.2/server/test/work/jboss.web/localhost/jmx-console is unusable.
> This also causes exceptions when the server shuts down.
> The jboss.web directory should probably go under the data or tmp directory so that it can exist on a per-user basis. Another option is to allow variable substitution in the server.xml file so that the scratchdir can be set based on the $[user.name} property.
> See the admin module 8, slides 5-16 for the complete configuration if my description isn't clear.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list