Hi, I'm trying to get my head around jax-rs and I'm not sure how to set a catch-all route for my site. In restlet I would do this:
final Router myRouter = new Router(getContext()); myRouter.attachDefault(CatchAll.class); Is there a way to do the same thing in jax-rs? T ------------------------------------------------------ http://restlet.tigris.org/ds/viewMessage.do?dsForumId=4447&dsMessageId=1319903

