How to find the total no of instances and active instances under a single tomcat server?
I want to know total number of instances and active instances running in a single tomcat server. Is it possible to do with ping localhost:8082.
i want to run some command get details about the instances in a single tomcat server. I will use nodejs and create an endpoint and from there i have to run a command and get the information and pass it back to client.