I'm trying to get cron jobs working.


The /status url that I want to hit in the cron job is configured and 
working. From web.xml:


<servlet>
    <servlet-name>StatusServlet</servlet-name>
    <servlet-class>my.package.StatusServlet</servlet-class>
</servlet>
<servlet-mapping>
    <servlet-name>StatusServlet</servlet-name>
    <url-pattern>/status</url-pattern>
</servlet-mapping>


>From the debugger you can see that cron.xml is uploaded:


<https://lh3.googleusercontent.com/-JE7EZJcRjjM/WQjayiQnI5I/AAAAAAAAAzQ/GXZJOTkN_lomjVeMBp4fBFRMcDV7OWVpQCLcB/s1600/Screen%2BShot%2B2017-05-02%2Bat%2B21.14.10.png>

But I don't see anything in the logs... the servlet is never called.

What am I missing?



-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
Visit this group at https://groups.google.com/group/google-appengine.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/af9b6579-12d4-4f09-8b45-8edadb76cdcb%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
  • [google-appengine] C... Torbjørn Smørgrav

Reply via email to