On 16/12/2009 07:46, Karthik Nanjangude wrote:
Hi
Need Some info
1) Is there a way to track the JNDI based Connection Pool usage within
the TOMCAT
The JMX API offers access to lots of internal, including Tomcat defined
DataSources.
2) Is it possible to start a<listener-class> based servlet to start
AFTER another Servlet define
with<load-on-startup>1</load-on-startup>
A Servlet is not a "listener-class", though I suppose you could apply a
listener interface to a Servlet. Which type of listener?
E.g. ServletContextListener.contextInitialized() are always called
before all Servlet.init().
You know already that you can order Servlet startup, but I don't see any
guarantees about the order that individual listeners are called within
their type.
p
With regards
karthik
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org