Two Laptop Bag
The moose likes Tomcat and the fly likes Tomcat Monitors Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Products » Tomcat
Reply Bookmark "Tomcat Monitors" Watch "Tomcat Monitors" New topic
Author

Tomcat Monitors

vk
Greenhorn

Joined: Nov 30, 2005
Posts: 1
Does anyone know how to capture the counters on tomcat instance.(like Active Threads,current threads,etc...)
Ben Souther
Sheriff

Joined: Dec 11, 2004
Posts: 13410

A lot of this information can be seen from the Tomcat Manager/html application .

On a default install:
http://localhost:8080/manager/html

You may need to add your name to the realm in the tomcat/conf/tomcat-users.xml file. Once on the page, click the Server Status link on the right side of the header.


Java API J2EE API Servlet Spec JSP Spec How to ask a question... Simple Servlet Examples jsonf
Bear Bibeault
Author and ninkuma
Marshal

Joined: Jan 10, 2002
Posts: 56191
    
  13

"vk",

There aren't many rules that you need to worry about here on the Ranch, but one that we take very seriously regards the use of proper names. Please take a look at the JavaRanch Naming Policy and adjust your display name to match it.

In particular, your display name must be a first and a last name separated by a space character, and must not be obviously fictitious.

Thanks!
bear
Forum Bartender


[Smart Questions] [JSP FAQ] [Books by Bear] [Bear's FrontMan] [About Bear]
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: Tomcat Monitors
 
Similar Threads
communication problem between IIS and tomcat
Login to web application becomes very slow or tomcat doesn't respond
CXF Web Service Thread Pooling
why tomcat taking long to realest the shutdown port
Configure the Maximum number of threads in a servlet