GlobalRequestProcessor get Response time?

2008-06-12 Thread ubekhet
Hi folks, Sorry for insisting this question, but I want to know how I can monitoring the Response Time for all requests coming for specific port. I used GlobalRequestProcessor and RequestProcessor for getting prcessingTime, but I not sure what's the differents between both. Which one I have

Re: Response Time in Tomcat

2008-06-11 Thread ubekhet
Johnny Kewl wrote: - Original Message - From: Liang Xiao Zhu [EMAIL PROTECTED] To: Tomcat Users List users@tomcat.apache.org Sent: Wednesday, June 11, 2008 7:41 PM Subject: Re: Response Time in Tomcat Johnny Kewl escribió: - Original Message - From: Liang Xiao Zhu [EMAIL

Re: Refuse connections in the selector

2008-05-17 Thread ubekhet
NIO code, then you can cancel/close a connection that is in the selector pool at any point in time. Just get it out of the selector pool, and close it. Filip ubekhet wrote: Hi Filip, Is related java nio, and in this case as I use Tomcat with NIO paradigm, is the same. Thanks Filip Hanik

Re: JMX MBean

2008-05-16 Thread ubekhet
Hi Caldarale, Yes, I use the current version of Tomcat. Thanks for your link, but I want to know how to implement MBean, because according the web you gave, I have to add my MBean to the mbeans-descriptor.xml and also the folder where is contained. For example, if I want to implement the

Refuse connections in the selector

2008-05-16 Thread ubekhet
Hi, I would like to know, how I can refuse the connections when they are in the selector pool, just for waiting thread to manage connections. I use Tomcat 6 and also using NIO paradigm! and I dont know how to do that. Thanks in advance!!!

Re: Refuse connections in the selector

2008-05-16 Thread ubekhet
Hi Filip, Is related java nio, and in this case as I use Tomcat with NIO paradigm, is the same. Thanks Filip Hanik - Dev Lists wrote: is this related to tomcat, or just generic java/nio? Filip ubekhet wrote: Hi, I would like to know, how I can refuse the connections when

Redirect request to another Tomcat server

2008-05-14 Thread ubekhet
Hi everyone, I am wondering, if there is some posibility to redirect the request from one Tomcat Server to another one. I would like to know where is the point to change that. Basically, in one Tomcat Server I recieve the request I will check the headers and then depending of some parameters

Developing Tomcat using Eclipse

2008-05-14 Thread ubekhet
Hi, I want developing tomcat from Tomcat source using Eclipse, Is there someone know how I have to setup in Eclipse for to do that? Thank in advance!!! Regards - To start a new topic, e-mail: users@tomcat.apache.org To

Developing Tomcat using Eclipse

2008-05-14 Thread ubekhet
Hi, I want developing tomcat from Tomcat source using Eclipse, Is there someone know how I have to setup in Eclipse for to do that? Thank in advance!!! Regards - To start a new topic, e-mail: users@tomcat.apache.org To

Re: get Tomcat perfomance using JMX

2008-04-19 Thread ubekhet
It looks like this, but I am not sure the link you gave show that exactly. The time response that I want is show a normal benchmark where there is a option for count time response of application. In this case I want time response for one request, and then I will mesure 10 trace and get the