I would really love to know how to turn on trace mode, but I can find no documentation. I think I am getting very close. I think I have identified what class the parameter is stored in, but now I just need to find out how to reference it from a higher level.
It is mentioned in the Abstract Class http://www.restlet.org/documentation/2.1/jee/engine/org/restlet/engine/connector/BaseHelper.html BaseHelper<T> I have tried getContext().getParameters().add("tracing", "true"); which does not seem to work. What am I missing? Shj -- View this message in context: http://restlet-discuss.1400322.n2.nabble.com/Turning-on-Trace-Mode-tp6324254p6327525.html Sent from the Restlet Discuss mailing list archive at Nabble.com. ------------------------------------------------------ http://restlet.tigris.org/ds/viewMessage.do?dsForumId=4447&dsMessageId=2729123

