Mantis - Resin
Viewing Issue Advanced Details
3664 minor always 09-02-09 09:06 09-02-09 10:36
ferg  
ferg  
normal  
closed 4.0.1  
fixed  
none    
none 4.0.2  
0003664: admin: Add URI to ConnectionPoolMXBean
(rep by Bill Au)

We are running Resin pro 3.0.23. We have a use case where we want to have a page that lists all of a webapp's datasource dependencies to our operations staff. We are already using the ResinStatusServlet to show information from the ConnectionPoolMXBean. But that doesn't include the JDBC URIs which is what we really want to show. With that our operations staff can investigate possible backend problem without having to look at the actually JDBC configuration file.

Is there any API that we can use to get the JDBC URIs? If not, we might consider modifying Resin's source code for this. Where (which source files) would be the best place for us to put in a hook for this?


Notes
(0004211)
ferg   
09-02-09 10:36   
server/27r1

Added DatabaseMXBean.