Re: Installing WO 543 on Linux
Re: Installing WO 543 on Linux
- Subject: Re: Installing WO 543 on Linux
- From: Kieran Kelleher <email@hidden>
- Date: Tue, 10 Nov 2009 23:32:32 -0500
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 (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden