You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tomee.apache.org by "Romain Manni-Bucau (JIRA)" <ji...@apache.org> on 2014/09/19 23:17:33 UTC

[jira] [Resolved] (TOMEE-1352) can't start if there is a space in tomee folder path

     [ https://issues.apache.org/jira/browse/TOMEE-1352?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Romain Manni-Bucau resolved TOMEE-1352.
---------------------------------------
       Resolution: Fixed
    Fix Version/s: 1.7.2
                   2.0.0
         Assignee: Romain Manni-Bucau

> can't start if there is a space in tomee folder path
> ----------------------------------------------------
>
>                 Key: TOMEE-1352
>                 URL: https://issues.apache.org/jira/browse/TOMEE-1352
>             Project: TomEE
>          Issue Type: Bug
>            Reporter: Romain Manni-Bucau
>            Assignee: Romain Manni-Bucau
>             Fix For: 2.0.0, 1.7.2
>
>
> fix: use in our Installer:
> {code}
> JAVA_OPTS="'-javaagent:$CATALINA_HOME/lib/openejb-javaagent.jar' $JAVA_OPTS"
> {code}
> instead of
> {code}
> JAVA_OPTS=""-javaagent:$CATALINA_HOME/lib/openejb-javaagent.jar" $JAVA_OPTS"
> {code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)