ContainerServlet interface

2002-12-16 Thread Felipe Schnack
Hi all I implemented a servlet that implements ContainerServlet interface from catalina.jar. I did this because I want to be able to loop through all HttpSession objects in a server... but for some strange reason I can't understand, when I start tomcat now I get a InvocationTargetException

Re: ContainerServlet interface

2002-12-16 Thread Tim Funk
the Sessions (at least the count of them) 2 - Your webapp will need to have [privileged=true] in server.xml for your webapp. -Tim Felipe Schnack wrote: Hi all I implemented a servlet that implements ContainerServlet interface from catalina.jar. I did this because I want to be able to loop through all

Re: ContainerServlet interface

2002-12-16 Thread Felipe Schnack
I implemented a servlet that implements ContainerServlet interface from catalina.jar. I did this because I want to be able to loop through all HttpSession objects in a server... but for some strange reason I can't understand, when I start tomcat now I get a InvocationTargetException

Re: ContainerServlet interface

2002-12-16 Thread Tim Funk
to do this: 1 - Look at the manager app because it does access the Sessions (at least the count of them) 2 - Your webapp will need to have [privileged=true] in server.xml for your webapp. -Tim Felipe Schnack wrote: Hi all I implemented a servlet that implements ContainerServlet interface from

Re: ContainerServlet interface

2002-12-16 Thread Felipe Schnack
the Sessions (at least the count of them) 2 - Your webapp will need to have [privileged=true] in server.xml for your webapp. -Tim Felipe Schnack wrote: Hi all I implemented a servlet that implements ContainerServlet interface from catalina.jar. I did this because I want to be able

Re: ContainerServlet interface

2002-12-16 Thread Tim Funk
app because it does access the Sessions (at least the count of them) 2 - Your webapp will need to have [privileged=true] in server.xml for your webapp. -Tim Felipe Schnack wrote: Hi all I implemented a servlet that implements ContainerServlet interface from catalina.jar. I did this because I

Re: ContainerServlet interface

2002-12-16 Thread Craig R. McClanahan
On 16 Dec 2002, Felipe Schnack wrote: Date: 16 Dec 2002 15:43:09 -0200 From: Felipe Schnack [EMAIL PROTECTED] Reply-To: Tomcat Users List [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Subject: Re: ContainerServlet interface The security holes it opens are related to what