Re: Deployment - Logging/Tracing
Re: Deployment - Logging/Tracing
- Subject: Re: Deployment - Logging/Tracing
- From: email@hidden
- Date: Tue, 20 Apr 2004 15:23:19 +0200
David,
Try to edit SpawnOfWotaskd.sh in
/System/Library/WebObjects/JavaApplications/wotaskd.woa/Contents/
Resources
replace
$@ 1>/dev/null 2>&1 &
with
$@ 1>>/var/log/wo_out.log 2>>/var/log/wo_err.log &
then relanch your app and tail /var/log/wo_out.log and
/var/log/wo_err.log
hope this helps,
Orlando
--
On 20.04.2004, at 14:18, David Griffith wrote:
Hi all,
I posted a similar message on the deployment list a while back and got
no
response, was wondering if someone here might be able to help.
I am trying to start a couple of new applications on OS X 10.2.8
server,
there are a couple already running fine.
The new ones keep dying. They won9t start at all. I have tried
setting the
output path to try and get some sort of log/trace to tell me where to
start
looking but the log files never appear. The application tries to
start and
dies over and over.
Anyone know where I can start? Suggestions on how to debug it or even
find
some kind of helpful output would be great.
_______________________________________________
webobjects-dev mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/webobjects-dev
Do not post admin requests to the list. They will be ignored.