Hi Jerome, I have this ShutdownRestlet that basically exits the JVM using System.exit. I'd like to shutdown a bit more gracefully.
I thought I could do something like restlet.getContainer().stop(); but with b18 I can at best get hold of the Context. So is there a way to exit gracefully? Cheers Piyush

