maybe you should look at existing tools first?

http://www.lambdaprobe.org/d/index.htm

regards
leon

On 6/12/06, Peter Neu <[EMAIL PROTECTED]> wrote:
Hello,

I want to build a small custom reporting tool for our tomcat production
server.

First of all is this the right place to ask about this kind of things or is
this more a question for the dev list?

The basic idea is, I want to send queries to tomcat and if one fails three
times send out alert messages to the admins.
My first idea was, to just use the http common client and use the http
status codes. But this is too easy as I suspect because
an out of memory exception wouldn't be considered as an error because it
sends back a html page. So what can I do?

Is JMX the magic word here? I saw some ant tasks in the docs but no way of
detecting a java.lang.outOfMemory Exception.


Cheers,
Pete






---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to