Set up wotaskd logging by editing SpawnOfWoTaskd.sh ...... as outlined here ..... BTW, just output that log to /tmp because inability to write this will cause your app launch to definitely fail. So sth like this:

#!/bin/sh
#$@ 1>/dev/null 2>&1 &
LOG=/tmp/SpawnOfWotaskd.log
echo "************" >>${LOG}
echo "date: `date`" >>${LOG}
echo "args: $@" >>${LOG}
$@ 1>>${LOG} 2>&1 &



On Nov 10, 2009, at 7:06 PM, David Griffith wrote:

Yep, no problem there.

On Nov 11, 2009, at 1:04 AM, Pascal Robert wrote:


_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list      (Webobjects-dev@lists.apple.com)
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com

Reply via email to