I need to share the same instance of a "Util" object to reuse it in all the
handleRequest calls. Where is the best place to store the Util object
instance? The Util class is not thread safe, so I should have one instance
for each client thread.
Thanks,
Steve