Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is there a free JSF Webhost out there? [closed]

i am looking for a free Webhost for JSF sites..
unfortunately i didn't find any by Google.

It is just for testing .. i know .. i could test it with localhost. but i do want to have real time conditions.

like image 554
n00ki3 Avatar asked May 09 '09 19:05

n00ki3


3 Answers

So I'm afraid they aren't free, but they are pretty close.

Have you considered using a cloud computing service. You pay by the hour, typically pennies, that you use and when you don't need the machine instance it can be turned off. You would need to find a server instance that did what you needed or make your own but once done you have one or more machines available on demand that cost nothing when not in use.

Two of the biggest, although there are others, are Amazon EC2 and Rack Space Mosso

Mosso for example starts at $0.015 an hour. For a machine with 1GB RAM and 40GB HD it's $0.06 and hour.

like image 169
Dean Smith Avatar answered Nov 19 '22 04:11

Dean Smith


Try Google App Engine. As close to free as you'll get.

Here's an article on getting Jboss Seam running on GAE.

like image 35
Damo Avatar answered Nov 19 '22 03:11

Damo


Just buy a virtual host and setup whatever you want. EC2 would work, but you can get a full time server from linode.com starting at just $20 a month or something. I'm sure there are other options out there. Running an EC2 instance all month long would cost about $70 for the cheapest option.

like image 1
Chad Okere Avatar answered Nov 19 '22 05:11

Chad Okere