up vote 1 down vote favorite
1
share [g+] share [fb]

I'm looking for a free hosting for my Java web page, that uses Servlets and JSP. There is any good one out there?

link|improve this question

80% accept rate
feedback

closed as off topic by voretaq7 Jan 26 at 16:14

Questions on Server Fault are expected to generally relate to servers, networking, or desktop infrastructure, within the scope defined in the faq.

3 Answers

up vote 3 down vote accepted

Depending on how the application is written, you may want to look at Google App Engine. I believe there is some amount of free applications (? 10 ?) you are allowed to run within certain bandwidth parameters.

Converting well behaved JSP/Servlet application to run GAE should not be too difficult - the part that may need bigger change is data persistence.

link|improve this answer
feedback

Not to my knowledge, no. Hosting java applications on a shared server or container gets unrealistic pretty darn fast if "free" hosting is the goal due to both resource utilization and classloading / perm gen memory heap usage.

If you really want to host your java web applications somewhere for cheap, I'd suggest going with http://www.linode.com/ and using their cheapest offering around $20/mo. They offer full root access so you can install your JVM, servlet container, and other tools of choice.

link|improve this answer
feedback

In addition to the other answers note that there is shared Java hosting which is way cheaper than a VPS. The only one I know of off the top of my head is Godaddy, but there are other options out there

link|improve this answer
feedback

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