Re: Bootstrap redirecting stdout/err via system.set

2007-12-03 Thread William L. Thomson Jr.
On Wed, 2007-11-28 at 18:28 +0100, jean-frederic clere wrote: > William L. Thomson Jr. wrote: > > > > > > But I believe the argument is that applications should do their own > > stderr/out redirection and not to it external of the app. As in not via > > bash/shell redirection and sending that to

Re: Bootstrap redirecting stdout/err via system.set

2007-11-28 Thread William L. Thomson Jr.
On Wed, 2007-11-28 at 18:28 +0100, jean-frederic clere wrote: > William L. Thomson Jr. wrote: > > > > But I believe the argument is that applications should do their own > > stderr/out redirection and not to it external of the app. As in not via > > bash/shell redirection and sending that to a log

Re: Bootstrap redirecting stdout/err via system.set

2007-11-28 Thread jean-frederic clere
William L. Thomson Jr. wrote: > On Wed, 2007-11-28 at 09:29 +0100, jean-frederic clere wrote: >> William L. Thomson Jr. wrote: >>> Recently on Gentoo I was looking to improve how we start Tomcat. >>> Specifically how we capture stdout/stderr output from Tomcat on start >>> and redirect it to catali

Re: Bootstrap redirecting stdout/err via system.set

2007-11-28 Thread William L. Thomson Jr.
On Wed, 2007-11-28 at 09:47 -0500, William L. Thomson Jr. wrote: > On Wed, 2007-11-28 at 09:29 +0100, jean-frederic clere wrote: > > William L. Thomson Jr. wrote: > > > Recently on Gentoo I was looking to improve how we start Tomcat. > > > Specifically how we capture stdout/stderr output from Tomc

Re: Bootstrap redirecting stdout/err via system.set

2007-11-28 Thread William L. Thomson Jr.
On Wed, 2007-11-28 at 09:29 +0100, jean-frederic clere wrote: > William L. Thomson Jr. wrote: > > Recently on Gentoo I was looking to improve how we start Tomcat. > > Specifically how we capture stdout/stderr output from Tomcat on start > > and redirect it to catalina.out. > > Have to tried to us

Re: Bootstrap redirecting stdout/err via system.set

2007-11-28 Thread jean-frederic clere
William L. Thomson Jr. wrote: > Recently on Gentoo I was looking to improve how we start Tomcat. > Specifically how we capture stdout/stderr output from Tomcat on start > and redirect it to catalina.out. Have to tried to use jsvc from http://commons.apache.org/daemon/ for that? Cheers Jean-Frede