[
https://issues.apache.org/jira/browse/DAEMON-157?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12851896#action_12851896
]
Sebb commented on DAEMON-157:
-----------------------------
Seems to me that there are two related but different aspects to this:
1) Support DaemonLauncher style applications in Procrun JVM mode
This should allow the same application code to be used on both Windows and Unix.
2) IPC support for Procrun Java mode
AIUI, this is handled by signals in Jsrv using the PID file as a common link.
There may perhaps be some way to use Windows file-locking as a signalling
mechanism here.
> Prunsrv.exe (windows daemons) should use DaemonLoader during startup
> --------------------------------------------------------------------
>
> Key: DAEMON-157
> URL: https://issues.apache.org/jira/browse/DAEMON-157
> Project: Commons Daemon
> Issue Type: Improvement
> Components: Procrun
> Affects Versions: 1.0.2
> Environment: WinNT
> Reporter: Erik-Berndt Scheper
> Attachments: WinNTDaemonLauncher.patch
>
>
> Currently only UNIX-style common-daemons (using jsvc) use DaemonLoader to
> startup.
> Prunsrv.exe (windows daemons) have a completely different way to startup and
> ignore all java classes including the DaemonLoader.
> I propose to add a support class to start windows daemons in a way that is
> much more similar to UNIX-style daemons.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.