aspose file tools
The moose likes Web Services and the fly likes monitoring web services 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 » Java » Web Services
Reply Bookmark "monitoring web services" Watch "monitoring web services" New topic
Author

monitoring web services

Prash Negu
Ranch Hand

Joined: Apr 20, 2009
Posts: 45
Hi,

We have many webservices applications running on Tomcat/webspere. Is there any mechanism by which we can constantly poll these applications to make sure they are up and running. There should be a notification(email) for any failure.


Thanks,
Prashant
Manhar Puri
Ranch Hand

Joined: Aug 23, 2005
Posts: 41
Couple of ways:

1) Create a method in the webservice which can be used to poll the health of webservice.
2) I am not sure of how your webserices are built, but obtain the wsdl file by typing in the required url in the browser. For example to obtain wsdl file from weblogic you can type http://myServer:port/MyProject/MyWebService.jws?WSDL
3) If have a UDDI registry being used then I think you can inquire about a webservice.

 
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: monitoring web services
 
Similar Threads
Basic and unintelligent doubt
Porting Hibernate 2.1.8 on iSeries V5R2 to V5R3
WebSphere Monitoring
Can we use tomcat for hosting commercial live web applications?
Multi-Processors Influence?