Re: disown child process

2014-06-09 Thread Matt Wilson
I believe its RedHat 5.8. I'll mention the service idea. This is one of those scenarios where I don't "own" the deployment server. They've set it up to there tastes and I'm simply automating a manual task for them. cheers Matt On Saturday, June 7, 2014 12:41:54 AM UTC-4, Richard Bywater wrot

Re: disown child process

2014-06-06 Thread Richard Bywater
You don't mention which flavour of Linux but why not run Tomcat as a system service/daemon and control it via your Jenkins job? Richard. On Saturday, June 7, 2014, Matt Wilson wrote: > I'm hoping someone has done this before and can offer a possible > solution... > > I've got a Linux slave that

Re: disown child process

2014-06-06 Thread Matt Wilson
l.ProcessTree.disable=true -jar jenkins.war > > > > -- > *From: *"Matt Wilson" > > *To: *jenkins...@googlegroups.com > *Sent: *Friday, June 6, 2014 12:37:22 PM > *Subject: *disown child process > > I'm hoping someone has done this before and can offer

Re: disown child process

2014-06-06 Thread Patricia Wright
.. Or you can turn off the process reaper in the slave. java -Dhudson.util.ProcessTree.disable= true -jar jenkins.war - Original Message - From: "Matt Wilson" To: jenkinsci-users@googlegroups.com Sent: Friday, June 6, 2014 12:37:22 PM Subject: disown child process I&

disown child process

2014-06-06 Thread Matt Wilson
I'm hoping someone has done this before and can offer a possible solution... I've got a Linux slave that I'm trying to setup to do a test deployment of a job. Basically stop tomcat, add/deleting some war files and then restart tomcat. Pretty straight forward stuff. The problem I'm having is t