Re: listing (db) resources

2022-11-22 Thread Mark Thomas
Take a look at how the ManagerServlet lists resources: https://github.com/apache/tomcat/blob/main/java/org/apache/catalina/manager/ManagerServlet.java#L1193 Hopefully that will give you some pointers. Mark On 22/11/2022 14:56, Rob Sargent wrote: I trying to get the list of available db resour

listing (db) resources

2022-11-22 Thread Rob Sargent
I trying to get the list of available db resources to send to a web page.   My context.xml file below is generated at startup since the user(s) and dbs change regularly and I would like to see "who's on first" from my monitor servlet.  I tried context.getEnvironment() but that's empty.  Is ther