[
https://issues.jboss.org/browse/WFLY-4032?page=com.atlassian.jira.plugin....
]
Duc Quoc commented on WFLY-4032:
--------------------------------
Thank you for the reply, but can you please specify the version in which the app server is
"working"; or the Git branch that works ?
I am a developer and I think I can fix it by editing the standalone.bat . If I manage to
do that, may I create a pull request for merging ? (at least backport for some old
versions).
Standalone.bat not support log dir with spaces in path
(jboss.server.log.dir)
-----------------------------------------------------------------------------
Key: WFLY-4032
URL:
https://issues.jboss.org/browse/WFLY-4032
Project: WildFly
Issue Type: Bug
Components: Batch, Logging, Scripts
Affects Versions: 8.1.0.Final
Environment: Windows 7
Reporter: Duc Quoc
Assignee: James Perkins
Priority: Minor
I tried to specify a custom log folder for WildFly, by overriding property
jboss.server.log.dir
https://docs.jboss.org/author/display/WFLY8/Command+line+parameters
But it only works for folder without space in path. The ones with space when used with
"jboss.server.log.dir" will prevent wildfly from starting.
Working:
C:\>start C:\wildfly-8.1.0.Final\bin\standalone.bat
C:\>start C:\wildfly-8.1.0.Final\bin\standalone.bat
-Djboss.server.log.dir="C:\Windows"
Not working (server can not start):
C:\>start C:\wildfly-8.1.0.Final\bin\standalone.bat
-Djboss.server.log.dir="C:\Program Files"
(More info:
JBoss AS 7.1 works:
C:\> start C:\jboss-as-7.1.1.Final\bin\standalone.bat
-Djboss.server.log.dir="C:\Program Files"
JBoss EAP 6 and WildFly 8.0 not working either:
C:\> start C:\jboss-eap-6.2\bin\standalone.bat -Djboss.server.log.dir="C:\Program
Files"
C:\> start C:\wildfly-8.0.0.Final\bin\standalone.bat
-Djboss.server.log.dir="C:\Program Files"
Aready tried setting jboss.server.log.dir="C:\Program Files" in JAVA_OPTS but
did not work either. Should have been fixed in WFLY-1358 or WFLY-2348.
)
--
This message was sent by Atlassian JIRA
(v6.3.11#6341)