Re: [daemon] Procrun and -javaagent

2022-09-01 Thread Gary Gregory
I don't think it can be dead since we are maintaining it for Tomcat to use. Gary On Wed, Aug 24, 2022, 23:36 Mladen Turk wrote: > > > On 20/08/2022 20:05, Martin Gainty wrote: > > Apparently you can but only as a jenkinsWindowService.exe > > How to install Windows agents as a service?

Re: [daemon] Procrun and -javaagent

2022-08-24 Thread Mladen Turk
On 20/08/2022 20:05, Martin Gainty wrote: Apparently you can but only as a jenkinsWindowService.exe How to install Windows agents as a service? (cloudbees.com) How to

Re: [daemon] Procrun and -javaagent

2022-08-20 Thread Martin Gainty
ndo O. Sent: Friday, August 19, 2022 8:46 AM To: Commons Users List Subject: [daemon] Procrun and -javaagent Hi all, Disclaimer: I'm pretty new to windows, I worked most of my life on linux I'm trying to add a java agent to a windows service, that was installed with procrun. In the doc i

Re: [daemon] Procrun and -javaagent

2022-08-19 Thread Fernando O.
RTFM to me * :D On Fri, Aug 19, 2022 at 12:47 PM Fernando O. wrote: > nevermind, just RTF I used spaces to separate JavaOptions instead of > ; or # > > Thanks guys > > On Fri, Aug 19, 2022 at 12:42 PM Fernando O. wrote: > >> Same issue with the newest version: >> [2022-08-19 15:39:52]

Re: [daemon] Procrun and -javaagent

2022-08-19 Thread Fernando O.
nevermind, just RTF I used spaces to separate JavaOptions instead of ; or # Thanks guys On Fri, Aug 19, 2022 at 12:42 PM Fernando O. wrote: > Same issue with the newest version: > [2022-08-19 15:39:52] [debug] ( prunsrv.c:1994) [ 980] Apache Commons > Daemon procrun log initialized. >

Re: [daemon] Procrun and -javaagent

2022-08-19 Thread Fernando O.
Same issue with the newest version: [2022-08-19 15:39:52] [debug] ( prunsrv.c:1994) [ 980] Apache Commons Daemon procrun log initialized. [2022-08-19 15:39:52] [info] ( prunsrv.c:2002) [ 980] Apache Commons Daemon procrun (1.3.1.0 64-bit) started. [2022-08-19 15:39:52] [info] ( prunsrv.c:1906)

Re: [daemon] Procrun and -javaagent

2022-08-19 Thread Fernando O.
Hi Thanks for the fast answer! I'm using command line : Commons Daemon Service Runner version 1.0.3.0/Win64 (Jul 30 2010) Pretty old I'll try to update On Fri, Aug 19, 2022 at 10:58 AM Mark Thomas wrote: > Hi, > > What version of Commons Daemon? > > Are you configuring the service via the

Re: [daemon] Procrun and -javaagent

2022-08-19 Thread Mantas Gridinas
For logs you should use stdout/stderr options and push them to a file (assuming your logging library does not do that already). I'd suggest running in cmd mode because you get to write full commandline as you would want/need. On Fri, Aug 19, 2022, 15:46 Fernando O. wrote: > Hi all, >

Re: [daemon] Procrun and -javaagent

2022-08-19 Thread Mark Thomas
Hi, What version of Commons Daemon? Are you configuring the service via the UI or the command line? Mark On 19/08/2022 13:46, Fernando O. wrote: Hi all,     Disclaimer:  I'm pretty new to windows, I worked most of my life on linux     I'm trying to add a java agent to a windows service,

[daemon] Procrun and -javaagent

2022-08-19 Thread Fernando O.
Hi all, Disclaimer: I'm pretty new to windows, I worked most of my life on linux I'm trying to add a java agent to a windows service, that was installed with procrun. In the doc it seems like there's no option for adding an agent. I tried adding it to options (the doc says that accepts