you can always replace localhost with 127.0.0.1 or, depending on your OS, you could make an entry in your lmhosts file to map localhost to 127.0.0.1 (that would be for win2k, different OS's have different ways to do this).
----- Original Message -----
Sent: Wednesday, February 05, 2003 11:51 AM
Subject: Re: Witango-Talk: crontab

I changed crontab file as you suggested to Jon. But it still doesn't understand the localhost.
I thought program files space might be creating problem, I moved crontab to root dir. But same problem is there.
 
----- Original Message -----
Sent: Wednesday, February 05, 2003 11:23 AM
Subject: RE: Witango-Talk: crontab

May I suggest that you combine TaskComplete, PhaseComplete, and ProjectComplete into one task

 

example

 

# task completion notification. Look for every minute, Monday through Friday

* 10-18 * * 1-5 http://localhost/Time/timeditems.taf?f=Complete

 

You are calling the same taf at the same time three times every minute from 10am to 6pm 5 days a week. I have to think that this is going to cause some collisions. Also notice that it is crashing on PhaseComplete which is the 2nd instance of the taf trying to run.

 

Current

# task completion notification. Look for every minute, Monday through Friday

* 10-18 * * 1-5 http://localhost/Time/timeditems.taf?f=TaskComplete

#

# Phase completion notification. Look for every minute, Monday through Friday

* 10-18 * * 1-5 http://localhost/Time/timeditems.taf?f=PhaseComplete

#

# Project completion notification. Look for every minute, Monday through Friday

* 10-18 * * 1-5 http://localhost/Time/timeditems.taf?f=ProjectComplete

 

I hope this helps

Ben Johansen - http://www.pcforge.com
Authorized Witango Reseller
http://www.pcforge.com/WitangoGoodies.htm 
Latest downloads & List Archives @
http://www.witango.ws

-----Original Message-----
From: Jon van der Raadt [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, February 05, 2003 10:08 AM
To: [EMAIL PROTECTED]
Subject: Re: Witango-Talk: crontab

 

Not even installed...

Attached is the crontab file.

Jon

________________________________________________________________________
TO UNSUBSCRIBE: send a plain text/US ASCII email to [EMAIL PROTECTED]
                with unsubscribe witango-talk in the message body
________________________________________________________________________
TO UNSUBSCRIBE: send a plain text/US ASCII email to [EMAIL PROTECTED]
                with unsubscribe witango-talk in the message body
________________________________________________________________________
TO UNSUBSCRIBE: send a plain text/US ASCII email to [EMAIL PROTECTED]
                with unsubscribe witango-talk in the message body

Reply via email to