-
Bug
-
Resolution: Done
-
Minor
-
None
-
7.1.0.Final
-
Compatibility/Configuration
-
Workaround Exists
-
-
Low
In standalone/domain.sh JBOSS_BASE_DIR is checked for and and used to set vars JBOSS_LOG_DIR and JBOSS_CONFIG_DIR (introduced in 7.1 Final) but not actually used to set java property jboss.server.base.dir, resulting in $JBOSS_HOME/standalone(/domain) still being used for tmp and cache.
Workaround is to still have -Djboss.server.base.dir set in launch parameter or init-script. Still should be put into script like:
"-Djboss.server.base.dir=$JBOSS_BASE_DIR"
- is related to
-
AS7-5044 -Djboss.server.base.dir is ignored when set via -P
- Resolved