I have cursorily looked at the code but I was wondering if someone could
point me in the right direction. My resource classes that get loaded up
when I start the lightweight server do a bunch of stuff (initialization,
threads, etc.) that I would like to cleanup. Is there any way to
propagate the stop() of the HttpServer into the resource classes that
were found? Any hints greatly appreciated.
r