Jason Boy
Jason Boy

Reputation: 35

Run a java website using mysql on google app engine

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

Answers (2)

mulax
mulax

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

Shay Erlichmen
Shay Erlichmen

Reputation: 31928

You cannot run local MySQL instances on the AppEngine, you will need to used Google Cloud SQL/

Upvotes: 2

Related Questions