tomcat gives http404 error when used to test jersey java web service
问题 I have a jersey java dynamic web project...a web service which i think is laid out correctly (hoping im wrong though). This web service runs off tomcat8.5 server on my win 10 laptop. When Tomcat is manually started in services I can hit its home page at localhost:8081. When i run my web service in eclipse i am denied with http 404 error 'request resource isnt available'. I cant even hit the localhost:8081 the same way i can when i start it manually and i cant see it started in 'services'..