• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: Installing WO 543 on Linux
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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
References: 
 >Re: Installing WO 543 on Linux (From: Pascal Robert <email@hidden>)
 >Re: Installing WO 543 on Linux (From: David Griffith <email@hidden>)

  • Prev by Date: Re: JSON and WebObjects
  • Next by Date: Re: Can't retrieve cookies (closer, but not there yet)
  • Previous by thread: Re: Installing WO 543 on Linux
  • Next by thread: Re: Installing WO 543 on Linux
  • Index(es):
    • Date
    • Thread