Re: Valve && Connectors && Request-Objects

2006-08-21 Thread Alexander Lazic
Hi, On Mon 21.08.2006 11:36, Martin Gainty wrote: If you know the name of the attribute you could use the getAttribute method [snipp] Ok, thanks. I think i will go another way ;-) For this i will start a new thread on this list, i hope that this is the right List ;-) Regards Alex --

Re: Valve && Connectors && Request-Objects

2006-08-21 Thread Martin Gainty
original message without making a copy. Thank you. - Original Message - From: "Alexander Lazic" <[EMAIL PROTECTED]> To: "Tomcat Users List" Sent: Monday, August 21, 2006 4:17 AM Subject: Re: Valve && Connectors && Request-Objects > On S

Re: Valve && Connectors && Request-Objects

2006-08-21 Thread Alexander Lazic
On Son 20.08.2006 18:50, Martin Gainty wrote: I believe you will have to acquire the ServletInfo from the (Action)servlet itself as in the example.. ServletInfo info = cyR.getRequestProcessor().servlet.getServletInfo(); Thanks for info but i'am not sure if i understand you right?! The getServ

Re: Valve && Connectors && Request-Objects

2006-08-20 Thread Martin Gainty
ROTECTED]> To: "Tomcat Users List" Sent: Sunday, August 20, 2006 2:41 PM Subject: Re: Valve && Connectors && Request-Objects > On Sam 19.08.2006 21:40, Alexander Lazic wrote: > >>I have seen a in 4.1.32 >>connectors/coyote/src/java/org/apache/coyo

Re: Valve && Connectors && Request-Objects

2006-08-20 Thread Alexander Lazic
On Sam 19.08.2006 21:40, Alexander Lazic wrote: I have seen a in 4.1.32 connectors/coyote/src/java/org/apache/coyote/RequestInfo.java which have the infos but when i try to use this i get this error: With help from Mark Thomas i have know a working CoyoteConnector, thanks you Mark ;-). But ko

Valve && Connectors && Request-Objects

2006-08-19 Thread Alexander Lazic
Hi, today i have try to get some Infos from tomcat 4.1.x similar like --- 5.5.x =>container/webapps/manager/WEB-INF/classes/org/apache/catalina/manager/StatusTransformer.java . . . mBeanServer.getAttribute(grpName, "requestCount")); . . --- My main target is as follow: currentUsersSessions cur