3

I have been trying to find out how best I can host a JavaEE5 web application with Oracle11g database. I have got my domain registered and currently pointing to my Jboss web application on my laptop.

I would like to host it for a while untill my application gets finished and ideally would like to go on hosting on a professional company server when I start getting increased traffic.

Firstly, to host at my home I want to use a separate dedicated server. Can you please let me know what options I have? Because I have no clue on what to purchase.

Secondly, when I want to go with a professional company server, which ones should I consider that supports JavaEE5 deployments and Oracle11g databases? Let me know if you need more details.

4

1 回答 1

4

我个人有使用OpenShift的经验。免费计划提供 JBoss AS 7.1.1 和 MySQL 或 PostgreSQL,但速度很慢(您可能想尝试这两个我的演示应用程序:个人网站电子商店)。付费计划在这里看起来太贵了。如果您不想配置应用程序服务器和数据库,此解决方案可能是合适的。

另一种可能的解决方案是Amazon Web Services。有诸如Elastic Beanstalk为您提供不同的服务器(包括 Tomcat)、为您提供 Oracle 数据库以及其他 RDMS 的Amazon Relational Database Service以及Amazon Elastic Compute Cloud即使 Tomcat 的 Beanstalk 不适合您,您也可以自己安装 JBoss AS。看起来 AWS 比 OpenShift 便宜,但对我来说,EC2 仍然很贵。检查价格是否适合您。购买 AWS 在第一年使用免费套餐的方式,其中包括 EC2 实例。因此,如果您确定您的项目将持续不到一年,那么它可能是一个不错的选择。如果您可以使用 Tomcat 而不是应用程序服务器并且您不想配置应用程序服务器和数据库,那么 ASW 将适合您。

我也听说过有关Digital Ocean的正面评价,但从未尝试过。看起来它只提供基础设施即服务(如 AWS EC2),因此您必须自己安装和配置所有服务器。

于 2013-07-30T08:40:21.310 回答