vote up 17 vote down star
16

There are a lot of cheap hosting options out there for php, or even ASP.net/Ruby/Python but there seems to be no good hosting options for Java. What's the cheapest hosting out there for Java that can handle a Java app that uses JPA/Hibernate and maybe a little some Spring for it's IoC needs? Will shared hosting suffice?

flag

36% accept rate
Which country are you located in? Are you looking there or somewhere else? – Olaf Sep 22 '08 at 4:19
I'm in the united states... doesn't really matter where it is I suppose... isn't that the beauty of the Internet? – Alex Argo Sep 22 '08 at 4:43
...depends on the billing options, service hours, legal issues... – Olaf Sep 22 '08 at 6:17

20 Answers

vote up 8 vote down

I have been using linode.com for a while. Granted it's expensive and all but having a virtual private server that you can manage yourself actually saves a lot of time when you're facing some administrative problems.. like adding something new. And, you can add more sites based on whatever you need at that point, your own server. I find it rather cheap enough for my needs so far. I have a php site, python based wiki and a demo OpenMRS thing running and it handles it pretty well.

So, if you really need control and can work around linux... I'd go for linode.

Basically, set up one yourself.. it does pay when you don't have to face a brick wall with old java versions or server bugs that you can't do sudo and fix it yourself

link|flag
I second you recommendation of Linode.com, it's working great for me as well. – kolrie Oct 25 '08 at 19:46
vote up 1 vote down

I haven't used them but Morph Labs have java hosting starting at free. They also seem to offer proper Java hosting for applications rather than just servlet hosting.

link|flag
vote up 4 vote down

I use VPS runninig Ubuntu linux at slicehost. Java works great. Installation is very fast. No problems at all so far.

I combine this with google apps for e-mail server so administration is as painless as it gets.

link|flag
vote up 0 vote down

May I recommend http://www.myjavaserver.com/ See http://www.aboutus.org/MyJavaServer.com/ for more info.

link|flag
From their signup page: "Signup has been disabled due to malicious use by some users of the systems. It will be re-enabled in the future." It has been like that for a while. – tdavies Sep 22 '08 at 11:03
vote up 0 vote down

Are there any viable cheaper shared hosting options available for Java? So far it seems like VPS is the only way to go.

link|flag
vote up 4 vote down

RE Morph Labs -- read their terms of service very carefully. Anything you post gives them the right to use in whatever way they wish, including sharing it with business partners.

See http://www.mor.ph/terms_of_use

A few gems...

Sections 11.1, 11.2 and 13.6

link|flag
11.1: you get to keep copyright, this seems OK 11.2: They get to take down porn, also seems OK 13.6: This one is a bit of a worry – Peter Kelley Sep 29 '08 at 7:18
vote up 1 vote down

Scott,

Thanks for pointing that out. Our TOU is currently undergoing a review, as we have found some clauses, such as those that you had listed, to be quite contradictory to how things really work. Apologies for any misunderstanding ...

Macel

link|flag
vote up 5 vote down

One non-vps offering i'm aware of is at kattare.com. They offer limited access java hosting for $US9/month. I've used kattare for years and have found them reliable and responsive to support requests.

The cheapest VPS i've seen is http://www.vpsland.com/ezseries.html at $US15/month. Note i've never used them so i'm not recommending them, just saying that they're cheap.

BUT the best bang for your buck is definitely amazon EC2. They host servers for 10c/hour, so about $US70/month. But for that you get 2Gig of RAM and a full processor. A server instance offers no durable storage since hard drives are cleaned between reboots. Instead, use an EBS volume which is far more reliable then any physical disk. Durable data is charged per gig but for small sites (ie 10-20Gig) the cost is negligible.

link|flag
vote up 2 vote down

You can try with http://javaprovider.net

link|flag
vote up 1 vote down

You can try with http://4java.ca , it is pretty cheap in my opinion

link|flag
vote up 0 vote down

I have been using hostjava.net for a while. Their shared Tomcat package is decent. Both price as well as service wise. You could try that.

Cheers, R

link|flag
vote up 1 vote down

Here's one piece of advice if you're going with the VPS approach: pay a lot of attention on what is used for virtualization.

I have seens lots of complaints about hosting on OpenVZ-based VPS providers, so you should aim for a Xen based hosting. I am using the entry point for Linode and didn't have any problems so far. I think with Slicehost you would have the same, as they offer Xen virtualization.

Here are some links about the Java/OpenVZ problem:

Hope that helps

link|flag
vote up 0 vote down

EatJ - I have been testing them out for a while and so far so good but I haven't decided to commit to them as yet.

link|flag
vote up 1 vote down

I'm using http://javaprovider.net for 3 months they are good and cheap.

link|flag
vote up 1 vote down

http://www.eatj.com/ is good.

link|flag
vote up 1 vote down

http://javaprovider.net I just signed up for trial account. and closed account after 30 days. I have finished my Java Project and showed for customer and closed account :D

link|flag
vote up 0 vote down

Try hostjava.net pretty good.

link|flag
vote up 0 vote down

Google's app engine just gained support for Java.

http://code.google.com/apis/apps/gdata_provisioning_api_v2.0_reference_java.html

Consider that their cheapest package is free, and that the server is run by big G. While they are admittedly in a slightly different market, it is as cheap and powerful as you can get.

Check it out before making a decision.

link|flag
vote up 0 vote down

Also worth checking is KGB Internet a small Canadian company with great personal support (amateur looking website though).

link|flag
vote up 1 vote down

http://www.jsphosting.us/ US

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.