Link to home
Start Free TrialLog in
Avatar of static86
static86

asked on

Best cloud for JSP

Hi,
I am about to write my project in a cloud. The question is which service I should choose for Java Server Pages? Which one is faster/better/easier to use? Do you have any experience with those services?
If I choose Google, would be possible to move to other hosting provider in the future?
Avatar of rrz
rrz
Flag of United States of America image

I have using Google App Engine. It works fine for JSP. I am just using the free account. Sometimes the first request takes awhile because my app has to be restarted.  I think moving to another provider should be no problem.
ASKER CERTIFIED SOLUTION
Avatar of brain_box
brain_box

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
i have used amazon ec2 and installed tomcat myself and deployed the applications. it worked wonderful. have not tested google app engine yet. installing and managing aws is quick and easy.
Avatar of brain_box
brain_box

@ rrz@871311, on a different note, you can use the load-on-startup to 1 to avoid the 'first request' delay.
There is one 'Always On' feature as well but that comes at a price :-)
Refer: http://code.google.com/appengine/docs/java/config/appconfig.html#Using_a_load-on-startup_Servlet
Thanks, brain_box, but we were talking about JSP here and I do want to keep it free. Most of the time the wait isn't too bad.