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
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
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
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
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