[jboss-jira] [JBoss JIRA] (WFCORE-485) Standalone.bat not support log dir with spaces in path (jboss.server.log.dir)

Duc Quoc (JIRA) issues at jboss.org
Sun Dec 21 23:07:29 EST 2014


    [ https://issues.jboss.org/browse/WFCORE-485?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13029180#comment-13029180 ] 

Duc Quoc commented on WFCORE-485:
---------------------------------

I've checked the new script on 8.1.0.Final and jboss-eap-6.2. It works both !
Thank you :) .

> Standalone.bat not support log dir with spaces in path (jboss.server.log.dir)
> -----------------------------------------------------------------------------
>
>                 Key: WFCORE-485
>                 URL: https://issues.jboss.org/browse/WFCORE-485
>             Project: WildFly Core
>          Issue Type: Bug
>          Components: Logging, Scripts
>         Environment: Windows 7
>            Reporter: Duc Quoc
>            Assignee: James Perkins
>            Priority: Minor
>             Fix For: 1.0.0.Alpha14
>
>
> 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)


More information about the jboss-jira mailing list