You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@commons.apache.org by "Mickaël Remars (JIRA)" <ji...@apache.org> on 2011/01/13 11:44:46 UTC

[jira] Created: (DAEMON-193) [PATCH] prunsrv should use the "Working Path" in Java Mode

[PATCH] prunsrv should use the "Working Path" in Java Mode
----------------------------------------------------------

                 Key: DAEMON-193
                 URL: https://issues.apache.org/jira/browse/DAEMON-193
             Project: Commons Daemon
          Issue Type: Improvement
          Components: Procrun
            Reporter: Mickaël Remars


Java mode should behave like the Jvm mode and use the configured working path instead of the jre's one.
The following patch avoid using jre's path when a working path has been set.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Resolved: (DAEMON-193) [PATCH] prunsrv should use the "Working Path" in Java Mode

Posted by "Mladen Turk (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/DAEMON-193?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Mladen Turk resolved DAEMON-193.
--------------------------------

       Resolution: Fixed
    Fix Version/s: 1.0.6

Thanks for the patch.
Applied an modified version that correctly sets the path if not provided.
We were setting working path as JAVA_HOME instead JAVA_HOME\bin

https://svn.apache.org/viewvc/commons/proper/daemon/trunk/src/native/windows/apps/prunsrv/prunsrv.c?r1=1058366&r2=1060258&diff_format=h


> [PATCH] prunsrv should use the "Working Path" in Java Mode
> ----------------------------------------------------------
>
>                 Key: DAEMON-193
>                 URL: https://issues.apache.org/jira/browse/DAEMON-193
>             Project: Commons Daemon
>          Issue Type: Improvement
>          Components: Procrun
>            Reporter: Mickaël Remars
>            Assignee: Mladen Turk
>             Fix For: 1.0.6
>
>         Attachments: DAEMON-193.diff
>
>
> Java mode should behave like the Jvm mode and use the configured working path instead of the jre's one.
> The following patch avoid using jre's path when a working path has been set.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (DAEMON-193) [PATCH] prunsrv should use the "Working Path" in Java Mode

Posted by "Mickaël Remars (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/DAEMON-193?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Mickaël Remars updated DAEMON-193:
----------------------------------

    Attachment: DAEMON-193.diff

> [PATCH] prunsrv should use the "Working Path" in Java Mode
> ----------------------------------------------------------
>
>                 Key: DAEMON-193
>                 URL: https://issues.apache.org/jira/browse/DAEMON-193
>             Project: Commons Daemon
>          Issue Type: Improvement
>          Components: Procrun
>            Reporter: Mickaël Remars
>         Attachments: DAEMON-193.diff
>
>
> Java mode should behave like the Jvm mode and use the configured working path instead of the jre's one.
> The following patch avoid using jre's path when a working path has been set.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.