Hello, first of all, please let me know if this is not appropriate forum for this (thanks!)
I have successfully created and deployed to the myeclipse Tomcat6.0, the REST Customer webservice from the myeclipse tutorial (http://www.myeclipseide.com/documentation/quickstarts/webservices_rest/). I say successul because Tomcat fires up and loads the webservice correctly as best as I can tell from the console output. However, when I attempt to connect to the service at the instructed URL (http://localhost:8080/restdemo/services/customers/0), I get a 404 error. I am not sure how to diagnose and fix. The console provides no additional output when I attempt to connect at above address, so cannot tell what is wrong, other than (probably?) wrong URL. I do not have much experience to JAX-RS and REST-ful services in general, and would be grateful for any ideas. Please let me know if I need to provide additional info for useful help from others. Thanks in advance for your time.