Re: documentation to implement the Realm interface aside from javadoc s

2004-01-28 Thread Philipp von dem Bussche
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

Re: User define mbeans in servlet under Tomcat 5.0.x

2004-01-26 Thread Philipp von dem Bussche
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

Access to connection pool through tomcat api

2004-01-25 Thread Philipp von dem Bussche
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