[google-appengine] Re: Cron doesn't start

2017-06-04 Thread Shachar Grembek
Worked! Thanks On Thursday, June 1, 2017 at 11:28:27 PM UTC+3, Roxana Ioana Roman wrote: > > Hi, > *appcfg.sh update_cron [YOUR_APP_DIR]. *Try playing with * [YOUR_APP_DIR], > *give it /Users/shachar/server_project/web or move WEB-INF one step > before. My WEB-INF is in src/main/webapp/ WEB-INF.

[google-appengine] Re: Cron doesn't start

2017-06-01 Thread Roxana Ioana Roman
Hi, *appcfg.sh update_cron [YOUR_APP_DIR]. *Try playing with * [YOUR_APP_DIR], *give it /Users/shachar/server_project/web or move WEB-INF one step before. My WEB-INF is in src/main/webapp/ WEB-INF. Good luck! On Thursday, 1 June 2017 17:42:53 UTC+3, Shachar Grembek wrote: > > Hi, > > Thanks, W

[google-appengine] Re: Cron doesn't start

2017-06-01 Thread Shachar Grembek
Hi, Thanks, We are progressing, but only this time I received the following error when running update_cron: "Bad configuration: Could not find the WEB-INF directory in /Users/shachar/server_project/WEB-INF. The given application file path must point to an exploded WAR directory that contains a

[google-appengine] Re: Cron doesn't start

2017-06-01 Thread Roxana Ioana Roman
To update cron: *./appengine-java-sdk/bin/appcfg.sh update_cron [YOUR_APP_DIR]* If you are using maven you can also do inside your project directory: *mvn appengine update_cron* After this you should be able to see a list of your cron jobs under App Engine -> Task Queues -> Cron Jobs and you w

[google-appengine] Re: Cron doesn't start

2017-06-01 Thread Shachar Grembek
Hi Roxana, Thanks, I cannot see the cron jobs App Engine -> Task Queues -> Cron Jobs. How do I run update_cron? Please find the web.xml: http://www.w3.org/2001/XMLSchema-instance"; version="2.5" xmlns="http://java.sun.com/xml/ns/javaee"; xsi:schemaLocation="http://java.sun.c

[google-appengine] Re: Cron doesn't start

2017-06-01 Thread Roxana Ioana Roman
Are your cron jobs visible in App Engine -> Task Queues -> Cron Jobs? If not, you have to run update_cron. Can you add your web.xml and the Servlet which handles these cron jobs? Your second cron job does not have a which means the job will run on the default service . Roxana On Thursday, 1