I've written web services for a while using javax.ws.rs
. But every time I've used them, I've had the server I was deploying them to (Tomcat 6.0) integrated directly with my IDE, so setting them up was all taken care of for me, behind the scenes.
Now, I'm trying to set up my own private server at home, and one of the things I'd like to do is have some Java services to perform some of the more hardcore processing. How do I actually get the service to be linked up with the URL specified by the combined @Path
annotations?
terribleidiosyncratic.) – millimoose May 20 '13 at 23:01