[
https://issues.jboss.org/browse/AS7-6392?page=com.atlassian.jira.plugin.s...
]
Brian Stansberry reassigned AS7-6392:
-------------------------------------
Assignee: (was: Brian Stansberry)
If you have a patch for this that you know will reliably work (i.e. doesn't require an
unusual cygwin environment), please submit a pull request.
standalone.sh / domain.sh does not support overriding
jboss.server.base.dir, log and config dir in CYGWIN
---------------------------------------------------------------------------------------------------------
Key: AS7-6392
URL:
https://issues.jboss.org/browse/AS7-6392
Project: Application Server 7
Issue Type: Bug
Components: Scripts
Affects Versions: 7.1.3.Final (EAP)
Reporter: Tom Fonteyne
There is a check on linux, so a cygwin system will not execute this block:
if $linux; then
# consolidate the server and command line opts
CONSOLIDATED_OPTS="$JAVA_OPTS $SERVER_OPTS"
# process the standalone options
for var in $CONSOLIDATED_OPTS
do
case $var in
-Djboss.server.base.dir=*)
JBOSS_BASE_DIR=`readlink -m ${var#*=}`
...
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see:
http://www.atlassian.com/software/jira