Where to host a Restful web service in JAVA in shared hosting solutions

百般思念 提交于 2019-12-01 05:10:58

Like I said, if it is for testing purposes you could always use a "normal" PC, running something like XAMPP.

As an alternative you could give RedHat's OpenShift a try, which offers a free, getting-started plan (more info here) that should more than cover your testing requirements.

To run your app (in Eclipse) you would need to : Run As -> Run on Server And then select a server. If you haven't done so; I suggest you install a local JBoss/WildFly server (the wizard can take care of that for you). Doing this will display options to run your app either on the local or the OpenShift/rhcloud server.This makes testing faster and allow you to avoid testing on the OpenShift live server.

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