Hi, I'm kind of new to Restlet. I'm using 1.1.3 now.
I want to put some configuration information in the web.xml file, in common jsp, I can use getServletConfig().getServletContext().getInitParameter() to get the information. Is there any similar way for me to get the information in Restlet? Thanks, Helen

