Reputation: 35
I test my website using Mysql database on my local pc, and I use tomcat for the server. Now I want to upload it to google app engine to let others view the website, is possible to do that, or maybe I need to change some configuration file? Or GAE using other storage solution.
Upvotes: 0
Views: 212
Reputation: 219
you can't upload it. maybe you must make some changes, more than just config files changes. appengine have some limitations that you need read appengine use eclipse plugin to check
Upvotes: 0
Reputation: 31928
You cannot run local MySQL instances on the AppEngine, you will need to used Google Cloud SQL/
Upvotes: 2