You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@commons.apache.org by "Michael Hagedorn (JIRA)" <ji...@apache.org> on 2010/09/14 21:09:36 UTC

[jira] Created: (DAEMON-173) StartMode/StopMode 'jre' should work without need for explicite JavaHome

StartMode/StopMode 'jre' should work without need for explicite JavaHome
------------------------------------------------------------------------

                 Key: DAEMON-173
                 URL: https://issues.apache.org/jira/browse/DAEMON-173
             Project: Commons Daemon
          Issue Type: New Feature
          Components: Procrun
    Affects Versions: 1.0.3
            Reporter: Michael Hagedorn
            Priority: Minor


--StartMode/--StopMode 'java' assumes to use JDK and expects --JavaHome to be set. It should be a common requirement to use plain JRE to run services. In this case procrun should extract binary path from registry. Same way like mode 'jvm'.
To recognize this mode StartMode/StopMode could use a new value ('jre') or JavaHome could understand a special keyword ('jre').

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


[jira] Resolved: (DAEMON-173) StartMode/StopMode 'jre' should work without need for explicite JavaHome

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

Mladen Turk resolved DAEMON-173.
--------------------------------

       Resolution: Fixed
    Fix Version/s: 1.0.4

Implemented in the trunk

> StartMode/StopMode 'jre' should work without need for explicite JavaHome
> ------------------------------------------------------------------------
>
>                 Key: DAEMON-173
>                 URL: https://issues.apache.org/jira/browse/DAEMON-173
>             Project: Commons Daemon
>          Issue Type: New Feature
>          Components: Procrun
>    Affects Versions: 1.0.3
>            Reporter: Michael Hagedorn
>            Priority: Minor
>             Fix For: 1.0.4
>
>
> --StartMode/--StopMode 'java' assumes to use JDK and expects --JavaHome to be set. It should be a common requirement to use plain JRE to run services. In this case procrun should extract binary path from registry. Same way like mode 'jvm'.
> To recognize this mode StartMode/StopMode could use a new value ('jre') or JavaHome could understand a special keyword ('jre').

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