Hi Soumik, I think you are missing "/" on some of the routes.
Try this:
                router.attach("/system", SystemResource.class);
                router.attach("/system/scaling", SystemScalingResource.class);
                router.attach("/system/instance/{server}", 
ServerInstanceResource.class);
                router.attach("/system/cluster/{group}", 
ServerGroupResource.class);
                router.attach("/system/cluster/{group}/params",
ServerGroupParamsResource.class);
                router.attach("/system/cluster/{group}/load",
ServerGroupLoadResource.class);

hope it helps!



--
View this message in context: 
http://restlet-discuss.1400322.n2.nabble.com/Router-URI-match-fails-tp6457690p6474116.html
Sent from the Restlet Discuss mailing list archive at Nabble.com.

------------------------------------------------------
http://restlet.tigris.org/ds/viewMessage.do?dsForumId=4447&dsMessageId=2765336

Reply via email to