Re: Problem starting and stopping the jetty daemon

2005-08-31 Thread Petter Reinholdtsen
[Øyvind Harboe] > Some questions before then: > > Do you believe that I've found a real problem in the /etc/init.d/jetty > script? No idea. Didn't spend enough time on the issue. :) >> What about adding pidfile support to jetty? It sound like the correct >> place to fix it. > > I don't know wh

Re: Problem starting and stopping the jetty daemon

2005-08-27 Thread Øyvind Harboe
On Fri, 2005-08-26 at 22:25 +0200, Petter Reinholdtsen wrote: > [Øyvind Harboe] > > Any help here would be greatly appreciated. Thanks for the feedback. I will take a close look at this Wednesday. Some questions before then: Do you believe that I've found a real problem in the /etc/init.d/jetty

Re: Problem starting and stopping the jetty daemon

2005-08-26 Thread Petter Reinholdtsen
[Øyvind Harboe] > Any help here would be greatly appreciated. Does it help to use 'exec' in the command line, to get rid of the extra process? What about adding pidfile support to jetty? It sound like the correct place to fix it. And please consider adding dependency information using the LSB

Problem starting and stopping the jetty daemon

2005-08-26 Thread Øyvind Harboe
I'm having problems starting and stopping the jetty daemon when I invoke /etc/init.d/jetty start/stop as root. The problem appears to be that the recorded PID in /var/run/jetty.pid is for the "su" command(root) and not for the process launched by "su" running as the "jetty" user. See command seque