Thanks again for the help. After going through the working examples on my machine it dawned on me that the URL's the clients were accessing contained the application name as the root context (e.g. "restapp/").
It then dawned on me that my Tomcat & Jetty set ups where configured to use a certain context when the WAR was deployed. Thus I entered the following URL: http://localhost:9999/myapp-core/rest/security/serverDateTime and viola...it just worked. God I feel stupid.... BTW -- nice article on debugging.... -- View this message in context: http://cxf.547215.n5.nabble.com/Newbie-struggling-with-first-CXF-web-service-tp5120716p5121745.html Sent from the cxf-user mailing list archive at Nabble.com.
