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

前端 未结 2 755
死守一世寂寞
死守一世寂寞 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-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.

提交回复
热议问题