[appengine-java] Re: Cron jobs in google app engine

2010-02-24 Thread lakshmi
but it is not working.my admin console shows cron ststus as follows more about cron. Cron JobSchedule/Last Run/Last Status (All times are UTC) /emailing repeated every one hour every 1 hours (UTC) 2010-02-24 12:28:02

[appengine-java] Re: cron jobs

2010-02-24 Thread lakshmi
Hi, I am trying to send email for every hour. i write the code of cron.xml like above.But now the admin console shows status as follows. Cron Job Schedule/Last Run/Last Status (All times are UTC) /emailing repeated every one hour every 1 hours (UTC)

[appengine-java] Re: cron jobs

2010-02-22 Thread lakshmi
Thanks for your reply, ok i will try it. Thanks, Lakshmi. On Feb 22, 11:52 pm, bimbo jones wrote: > Hi, > > If you want to receive the 'cron' word every 1 minute try logging the result > instead of printing, or sending a email to you. > > 2010/2/22 lakshmi > > > > > Hi, > > Thanks for your rep

[appengine-java] Re: Cron jobs in google app engine

2010-02-22 Thread Sunny Gupta
Hi You can hit the url as specified in the servlet-mapping to hit the cron on dev server. On appengine, it'll automatically be hit as per the schedule specified in cron.xml On Feb 22, 4:34 pm, Sowji wrote: > Hi, > >  Google App Engine document specefied that, > >  " The dev appserver doesn't aut

Re: [appengine-java] Re: cron jobs

2010-02-22 Thread bimbo jones
Hi, If you want to receive the 'cron' word every 1 minute try logging the result instead of printing, or sending a email to you. 2010/2/22 lakshmi > Hi, > Thanks for your reply. > > The output for my present program is,the word a'cron' is printing only > one time. > > But i want to print it for

[appengine-java] Re: cron jobs

2010-02-22 Thread lakshmi
Hi, Thanks for your reply. The output for my present program is,the word a'cron' is printing only one time. But i want to print it for every minute. Please help me to get that result. Thanks, Lakshmi. On Feb 18, 7:10 pm, bimbo jones wrote: > Hi, > > if you want it to be printed on the brows