Hello, I could not find the answer to this question: how do I configure resource priority?
Suppose I have a Restlet which serves url "/doSomething". How do I configure my application to serve that url using configured Restlet and map "/*" to serve static content from some directory on filesystem? Thanks, Alex

