I have built a REST API for my project using SparkJava, and now I want to deploy it to Google App Engine. But after installing Google App Engine plugin in Eclipse i have got no clue how to do it. I have copied the src files from my previous project to a new Web Application Project and renamed the main() as init() as stated here http://www.sparkjava.com/readme.html#title18 and I have also updated the web.xml as stated. But the project doesn't run. Please guide!
Asked
Active
Viewed 1,072 times
5
-
Did you ever manage to figure this out? – ctrlplusb Apr 02 '15 at 07:53
-
not really! I do not even use SparkJava now :P – Koustuv Sinha Apr 09 '15 at 08:16
-
1Possible duplicate of [How to deploy a spark Java web app?](http://stackoverflow.com/questions/19783646/how-to-deploy-a-spark-java-web-app) – Suma Oct 18 '16 at 07:34