Why not downloading the sources from jakarta.apache.org ??
Doyle, Daniel C wrote:
I am looking for examples, tutorials, or documentation for implementing the
org.apache.catalina.Realm ineterface. Can the Realm implementation point to
a servlet? I need to authenticate using a cgi script (don't laug
Hi,
no you do not have to, I even would say you must not !
See here:
http://jakarta.apache.org/tomcat/tomcat-5.0-doc/mbeans-descriptor-howto.html
You can add your own mbean descriptor by adding a descriptors attribute
to your ServerLifeCycleListener. I made a jar-File containing my MBeans
and the
Hi everybody,
does anybody know, if it's possible, to access information about a
tomcat connection pool through the tomcat api. I am looking for a way to
ask my container, how much connections are still left.
As far as I know tomcat only routes the requests for the pool to the
DataSources.
If th