Stefan Reich created EXEC-107:
---------------------------------

             Summary: Start independent process
                 Key: EXEC-107
                 URL: https://issues.apache.org/jira/browse/EXEC-107
             Project: Commons Exec
          Issue Type: New Feature
    Affects Versions: 1.3
            Reporter: Stefan Reich


Hi,

I would like to start an independent process (either another Java VM or 
something else) using Commons Exec.

This means that the child process is not terminated when the invoking Java 
process ends.

Currently Commons Exec does not support this.

I do not need to handle output, it can just be sent to a file.

Currently I invoke a script file containing "nohup ... > ... 2>&1 &" on Linux, 
and cmd.exe with a batch file on Windows. However, the latter method does not 
always seem to work.

I would love Commons Exec to allow starting independent processes without any 
further effort on the caller's part.

Many greetings,
Stefan Reich / BotCompany.de



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to