Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

what is the best hosting for java web application? [closed]

what is the best hosting for java web application? Amazon Ec2 - is to expensive (about 60$ per small instance a month) Google Application - is not flexible in persistence and not fully support JDK

like image 298
yura Avatar asked Nov 05 '22 06:11

yura


1 Answers

"best" for what purpose? The point of Amazon EC2 is that you can scale up easily and only pay for what you use.

If scaling is not an issue to you (i.e. you don't have many concurrent users and don't expect this to change quickly), then the best option is probably a virtual root server (offered by pretty much any general hosting provider these days). It offers maximal flexibility for a low price, but with limited performance, and it requires you to handle administration yourself.

like image 135
Michael Borgwardt Avatar answered Nov 11 '22 07:11

Michael Borgwardt