hi,
Will using
<init-param>
<param-name>autoShutdown</param-name>
<param-value>true</param-value>
</init-param>
in Servletconfigurator (or letting it default true)
remove all the proxool pools may be used by other web applications also in
same web server. Can't help, documentation was ambiguous at that point.
And the second more important one, how can I make sure that
Servletconfigurator is the last one to get destroyed and so the pools remain
active in my web app. My scenarios is that I have 4-5 servlets all getting
connection from the same pool, I want to make it absolute that
pool remains there through ServletConfigurator even if the service of other
servlets is not called for a considerable amount of time
--Abhishek Manocha
|