aspose file tools
The moose likes Tomcat and the fly likes is there any way to monitor application server when it is working ? Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


JavaRanch » Java Forums » Products » Tomcat
Reply Bookmark "is there any way to monitor application server when it is working ?" Watch "is there any way to monitor application server when it is working ?" New topic
Author

is there any way to monitor application server when it is working ?

raminaa niilian
Ranch Hand

Joined: Jul 14, 2005
Posts: 550
thank you for reading my post

is there any application that help monitor an application server when it is working ?
for example , total active sessions , Connections , ...
i need this application to monitor my tomcat and sun application server , but if there is no application that help monitor both of them , then i will be happy to minitor at least one of them (TOMCAT)
Ulf Dittmer
Marshal

Joined: Mar 22, 2005
Posts: 35427
    
    9
Tomcat has the Manager web app built in, which you'll find at http://localhost:8080/manager/ or whatever address your server runs at. It gives you some basic stats about the server, and each web app that runs on it. The companion Admin web app at http://localhost:8080/admin/ lets you configure just about everything about Tomcat and the web apps it runs. I'm sure Suns server has something similar, or rather, much more sophisticated.
[ January 30, 2006: Message edited by: Ulf Dittmer ]

Android appsImageJ pluginsJava web charts
Vlad Ilyushchenko
Greenhorn

Joined: Jan 26, 2006
Posts: 4
I had that same problem a while ago. Try Tomcat Probe (google for it), it should be able to do what you are looking for.
Ben Souther
Sheriff

Joined: Dec 11, 2004
Posts: 13410

To add to Ulf's excellent answer,
http://localhost:8080/manager/html is a gui version of the manager app.
I think everything you've mentioned is featured in it.

I haven't looked at Tomcat Probe yet but it's on my list.


Java API J2EE API Servlet Spec JSP Spec How to ask a question... Simple Servlet Examples jsonf
 
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: is there any way to monitor application server when it is working ?
 
Similar Threads
Idle Java Application - Memory Leak?
Tomcat startup problem after deployment of an application
File Download/Upload to remote server Path problem
Problem with continuation of tomcat service on WEB SERVER
problem with performance tomcat