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?
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.