How to check the middleware platform is up and running?

A

Allen Shao

I got an integration middleware platform sitting on a Windows2003 box,
running smoothly most of the time. But it has been down for a few
times due to some reasons. I am wondering how can I write a piece of
code to check whether this platform is up and running and send
notification emails when it is down. In .NET, there is a class called
"ServiceController", which can allows developer to connect to a
running or stopped service, manipulate it, or get information about
it. Dose Java have this equivalent API or capability to check up the
platform status?

Look forward to any reply.
Best Regards
 
R

Roedy Green

I got an integration middleware platform sitting on a Windows2003 box,
running smoothly most of the time. But it has been down for a few
times due to some reasons. I am wondering how can I write a piece of
code to check whether this platform is up and running and send
notification emails when it is down. In .NET, there is a class called
"ServiceController", which can allows developer to connect to a
running or stopped service, manipulate it, or get information about
it. Dose Java have this equivalent API or capability to check up the
platform status?

see http://mindprod.com/jgloss/montastic.htm
or you could roll your own.
 
A

Allen Shao

Dear Roedy,

Thanks for reply.
This montastic doesn't work for me, because it is only able to monitor
website but not service level. What I want to monitor is a kind of
software platform working as a background windows service. That's why
I try to find some sorts of tools or widgets or API similar as .NET
"ServiceController" to tell the status of specific windows services.

BTW:Your site is quite interesting and useful.

Regards,
Allen
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,755
Messages
2,569,536
Members
45,020
Latest member
GenesisGai

Latest Threads

Top