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

前端 未结 2 736
死守一世寂寞
死守一世寂寞 2021-01-12 23:16

I have just finished developing a REST web service that is consumed by a mobile application. The web service is developed with Java and runs on an Apache server.

I\'

相关标签:
2条回答
  • 2021-01-12 23: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.

    0 讨论(0)
  • 2021-01-13 00:08

    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.

    0 讨论(0)
提交回复
热议问题