Tuesday 15 May 2012

deployment - Google App Engine Deploy Only Jar File -



deployment - Google App Engine Deploy Only Jar File -

i beginner google app engine.

i have simple java application class in there main method executes threads. actually, it's java application used execute back-end activities.

on linux server, have created cron job executes class @ specific time interval.

now, want move application google app engine. did search , find have convert java application web application deploy on gae.

please guide me how can deploy jar gae.

thanks

finally ! figured out solution without using google app engine , using google compute engine.

i created jar , set home folder using sftp.

after created cron file @ /etc/cron.d/myfile below

*/10 * * * * myusername java -jar /home/myusername/myjar.jar

then reload crontab

sudo service cron reload

that's ! input , involvement !

deployment google-app-engine

No comments:

Post a Comment