Free Java servlet hosting?

Billie picture Billie · Dec 22, 2013 · Viewed 83.5k times · Source

I finished to build my semester project and now I need to show it to the lecturer.

This project is a MVC server ..

It contains Java Servlet (Contoller), JSP for the views.

I'm using Hibernate 3.6.4 for the Model (DAO) layer and MySQL for the database.

And of course Tomcat server 7.

Is there a free hosting service where I can host my project?

Answer

MGorgon picture MGorgon · Dec 22, 2013

Try Openshift. https://www.openshift.com With 3 free gears you can setup Tomcat/JBoss and MySQL. It can be integrated with Eclipse and hot deployments are possible (via git). Also, to MySQL, you can add PhpMyAdmin controller.