Performance monitoring for web applications

2006-09-08 Thread Shimol Shah
Hi, I am trying to look for a way to programmtically find CPU resources used and memory used for indivudual web applications. I have given it many tries on Google but only thing I could find was some third party tool vendors that give solutions to performance monitoring. Instead what I am looking

Re: Use of Catalina class loader

2006-06-26 Thread Shimol Shah
webapp pass a start/stop on the other webapp. Not sure if you looked at it or not, but had to ask. Here is a link for the manager: http://tomcat.apache.org/tomcat-5.5-doc/manager-howto.html#Supported%20Manager%20Commands Shimol Shah wrote: > Hi all, > > As I have also mentioned in one

Use of Catalina class loader

2006-06-26 Thread Shimol Shah
Hi all, As I have also mentioned in one of my previous emails, I want to start/stop a web application from another webapplication. In my efforts to achieve this, I came across ManagerServlet. All my efforts to bring the similar functions in my web-app failed. So I went through the Tomcat API doc

Regarding JMX usage

2006-06-26 Thread Shimol Shah
Hi all, I want to integrate JMX support in the existing product. What I am lookign for is, if there is anyway in Tomcat where we can programmatically control other web applications from one webapp? I came across a ManagerServlet example that lets you start or stop a web application from within a

Regarding endorsed folder significance

2006-06-23 Thread Shimol Shah
Hi all, I am having some difficulty in understanding the way \common\lib\*.jar and \common\endorsed\*.jar are treated. I was having a specific problem where I was trying to add support for JSR 262 which inturn uses JAX-WS in the product I am working on. Before that it made use of Axis for other