I've been working on a Tomcat deployment of fabric 3 - I have been able to work through the dependency issues but now I'm stuck again:
1. Deployed restcalc.jar - looks good.
[INFO 01:06:2015 11:55:17.152] restcalc-2.5.3.jar installed
[INFO 01:06:2015 11:55:18.135] REST endpoint provisioned at /calculator
[INFO 01:06:2015 11:55:18.139] Composite {urn:
fabric3.org}DefaultApplicationComposite deployed
[INFO 01:06:2015 11:55:18.141] Processed restcalc-2.5.3.jar
2. Tried
http://localhost:8080/calculator/1+1 - hangs - however, I do get 1+1=2.0 in the output from Tomcat. So the request makes it to the rest service, but never returns to Tomcat.
3. I did notice when trying to pull up the home page from tomcat -
http://localhost:8080 - hangs as well.
If I put a the <tomcat service.path="services"/> in the ...vm/config/systemConfig.xml file, tomcat examples work, but I get a 404 when accessing