Hi, how can a servlet access maxThreads settings defined in server.xml? I tried getServletContext(), getServletConfig(), getInitParameter(..), getAttribute(..), etc, but I still can't find a way to access server.xml configuration. I guess I need to get ahold of the catalina engine and the get the setting from the http connector. But what is the right way to do this?
Thanks. Alec