Sudipta
Sudipta

Reputation: 3

Deploy MobileFirst hybrid application in Google Appengine

I am new to MobileFirst(earlier IBM Worklight) development which focuses on developing Hybrid mobile applications for Android, ios and other platforms.

I use MobileFirst 6.3.0 plugin with Eclipse IDE. I have my MobileFirst project built and running in Android simulator in my local system. I want to deploy the hybrid application in Google app engine (preferably through Eclipse plugin) so that I can access the mobile application from anywhere. I couldn't find suitable tutorial for the same in internet.

Is there anyone to help me out in this regard?

Upvotes: 0

Views: 54

Answers (1)

Idan Adar
Idan Adar

Reputation: 44516

You cannot deploy the application to Google Appengine. You need an environment where you can install Tomcat, WebSphere full profile or WebSphere Liberty profile, on top of which you must install MobileFirst Server (which you must buy for commercial use). For this you can use either bare metal (your own installment), or Bluemix and other services, perhaps AWS.

Upvotes: 1

Related Questions