One other aspect of this problem that might be worth discussing (at least for me)...
I originally thought that thru some Context w/ my
JSP, I could get access to the top-level container, as you can with page,session,application..etc. Yet this doesn't seem possible. Apparently there is no way to the top-level
thread of your webserver, other than this way of configuration/deployment which is container specific.
Right?