[EMAIL PROTECTED] wrote:
> How can I get an higher level context than ServletContext in a way that
> gives me all web apps running on Tomcat, like Manager?
Take a look at the source for the manager servlet and see how it does it.
Hi all,
I'm trying to create some kind of customized Manager for my web apps but I
can't find out how to. When I use ServletContext I get only the openned
sessions for the current app.
How can I get an higher level context than ServletContext in a way that
gives me all web ap