Free Java servlet hosting? [closed]

走远了吗. 提交于 2019-11-27 09:32:38

问题


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?


回答1:


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.




回答2:


Amazon Web Services has a free usage tier that you can use without charge for 12 months. You could use an EC2 micro instance to host Tomcat and an RDS instance for MySQL. Alternatively you could install MySQL in the same EC2 instance as Tomcat.




回答3:


Check cloudbees.com. It allows you to deploy you WAR files for free. Just make sure you compile your project with the same java version as they(1.6 not sure about it).



来源:https://stackoverflow.com/questions/20734616/free-java-servlet-hosting

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!