Strange keep alive effect KeepAlive

2013-05-16 Thread killbulle
Hi the list, i recently encounter a problem where in some very rare case some request response time appear to include the keepAliveTimeout! ?!!!??? For example with an average 250ms per requests, i found some around 17250 ms or 27250 ms if my keepAliveTimout is 17000 or 27000. Or as I

Async servlet et Request.recycle problem

2011-04-15 Thread killbulle
Hi the list, i have a problem with asyncServlet with tomcat 7.0.11/.12 i have an async servlet who return a 400 , i'am pretty sure that i do the startAsync et async.complete are called, but when i follow the request flow in debugger, it seem that request.recycle is not

Re: Async servlet et Request.recycle problem

2011-04-15 Thread killbulle
Konstantin Kolinko wrote: 2011/4/15 killbulle marco.go...@gmail.com: Hi the list, i have a  problem with asyncServlet with tomcat 7.0.11/.12 i have an async servlet who return a 400 , i'am pretty sure that i do the startAsync et async.complete are called, but when i follow the request

Request.inputBuferf

2011-03-24 Thread killbulle
-- View this message in context: http://old.nabble.com/Request.inputBuferf-tp31230768p31230768.html Sent from the Tomcat - User mailing list archive at Nabble.com. - To unsubscribe, e-mail:

Inputbuffer inside the Request Object and Async memory FootPrint

2011-03-24 Thread killbulle
Hi, the list I trying to figure the exact role off this input buffer, i'am not sure that is it very useful in a case off a get request for example, but it impact a lot the tomcat memory footprint in a the AsyncServlet usage Can someone can infirm or confirm my point Regards Marc -- View this

Re: Inputbuffer inside the Request Object and Async memory FootPrint

2011-03-24 Thread killbulle
awarnier wrote: killbulle wrote: Hi, the list I trying to figure the exact role off this input buffer, i'am not sure that is it very useful in a case off a get request for example but it impact a lot the tomcat memory footprint in a the AsyncServlet usage Can someone can infirm

webapp stopped default to a 404 not to a 503 ?

2009-04-06 Thread killbulle
Hi i'am actually fighting with a modjk/tomcat 404 issue if a webapps is stopped it returns a 404 not a 503 so i ihave to configure 404 as a KO error for the modjk but 404 is a current code for some stupid css ressource or html page miss so i ask myself why not a 503 web the webapps is stopped

modjk windows connection_pool_size need to be sure

2008-12-10 Thread killbulle
Hi the list, i've two litlles question about using modjk on windows apache mpm_winnt(i'am not using windows for fun...) as i understand the documentation my worker.template.connection_pool_size=200 must be adequate with he the ThreadsPerChildin the windows mpm i have 5 tomcats servers with

How to not rot my tomcat pb linked with new cookie parser

2008-12-08 Thread killbulle
Hi, the list i've a litle problem here, i use Domino for authentication, ant this one produce invalid cookie with an equal at the end,and also don't set version to 1-BOOM So i facing an horrible solution, build a hack to parse the cookie(wating for a domino fix) the question is, is there a

Modjk add node at runtime

2008-12-08 Thread killbulle
Hi, i'am in new clustering config i still use modjk(1.2.27 works great for the momentl) i ve just a litlle question in the worker.propertis how to add new cluster member at runtime ? or i have to prepare fake node with 0 loadbalancing for the future regards Marc -- View this message in

Re: tomcat 6.0.18 static cluster confugation

2008-11-06 Thread killbulle
Hi, thanks for you reply here is a more precise reporting i have few problem i only see member dispaear the jmx cluster bean is not present(i cannot find it) et the deployer refuse to start Regards, Marc the cluster seems to be conected as the stop off server 2 is recevied by server 1 6

Re: tomcat 6.0.18 static cluster confugation

2008-11-06 Thread killbulle
Hi filip, herre is a more detailled post(sorry for the first one) i have few problem in fact i cannot see the jmx cluster Mbean but the valve replication valve is here , is this normal ? the FarmDeployer doesn't work(still experimetal in tomcat 6) Regards Marc here my server log jvm 1| 6

Re: tomcat 6.0.18 static cluster confugation

2008-11-06 Thread killbulle
thanks Filip Hanik - Dev Lists wrote: inline killbulle wrote: Hi filip, herre is a more detailled post(sorry for the first one) i have few problem in fact i cannot see the jmx cluster Mbean but the valve replication valve is here , there is no formal jmx mbean for the cluster

tomcat 6.0.18 static cluster confugation

2008-11-05 Thread killbulle
Hi , i'am tring to configurer a static member ship tomcat 6 cluster(i can't use multicat) but i'am not confident in the configuration here is may configuration for the cluster Tomcat start but i cannot see JMX cluster bean does sombedody have a sample config for a two machine static cluster