Hello all!

I have to set up a multihosting service based on tomcat. What I mean by
multihosting is that many people are able to deploy their web
application on the server. The problem is that the applications can be
badly written (for instance can contain unfinite loops) and thus cause
the server to go down on resources and crash.

I need a solution for:
 (1) identifing applications consuming to much resources,
 (1) killing them.

I know that it is possible to programatically stop a web application
deployed on Tomcat. But will it work if Tomcat gets low on resources?
And how will I know which application to stop in the first place?
Needless to say, it has to be done automatically.

Thanks very much,
Michal.



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to