Connector debug

2004-12-07 Thread David Dankwerth
Hello I am trying to enable the debug on the AJP connector. (Tomcat 5.0.28) My server.xml contains : Connector port=8009 enableLookups=false redirectPort=8443 debug=11 protocol=AJP/1.3 / However , i cant see anything in the log. Any idea ? Thanks David

RE: Connector debug

2004-12-07 Thread Allistair Crossley
debug attributes don't do much and are gone in 5.5. to get debugging, configure it at the jk connector side. Alistair. -Original Message- From: David Dankwerth [mailto:[EMAIL PROTECTED] Sent: 07 December 2004 13:49 To: Tomcat Users List Subject: Connector debug Hello I am

Re: Connector debug

2004-12-07 Thread David Dankwerth
, configure it at the jk connector side. Alistair. -Original Message- From: David Dankwerth [mailto:[EMAIL PROTECTED] Sent: 07 December 2004 13:49 To: Tomcat Users List Subject: Connector debug Hello I am trying to enable the debug on the AJP connector. (Tomcat 5.0.28) My server.xml contains

RE: Connector debug

2004-12-07 Thread Allistair Crossley
PROTECTED] Sent: 07 December 2004 13:58 To: Tomcat Users List Subject: Re: Connector debug Hi Thanks for the answer , i am trying to see what the tomcat side of the connection does rather than what mod_jk does. Are you saying that tomcat 5.5 docs may be more useful ? Thanks

Re: Connector debug

2004-12-07 Thread David Dankwerth
placed to confirm or reject that. -Original Message- From: David Dankwerth [mailto:[EMAIL PROTECTED] Sent: 07 December 2004 13:58 To: Tomcat Users List Subject: Re: Connector debug Hi Thanks for the answer , i am trying to see what the tomcat side of the connection does rather than what

RE: Connector debug

2004-12-07 Thread Allistair Crossley
: Connector debug Hi Browsed through 5.5 docs , and yes , they didnt help much. I am trying to find out how many connector threads are running , what are they doing (serving) , how many spare do i have ... I have a feeling (not the best way to describe it) that some threads

Re: Connector debug

2004-12-07 Thread David Dankwerth
: David Dankwerth [mailto:[EMAIL PROTECTED] Sent: 07 December 2004 14:30 To: Tomcat Users List Subject: Re: Connector debug Hi Browsed through 5.5 docs , and yes , they didnt help much. I am trying to find out how many connector threads are running , what are they doing (serving) , how many spare do i

Re: Connector debug

2004-12-07 Thread Sunitha Kumar
JProfiler or JProbe could help, they show the request processors and which state the threads are in. they even colour them in. Allistair. -Original Message- From: David Dankwerth [mailto:[EMAIL PROTECTED] Sent: 07 December 2004 14:30 To: Tomcat Users List Subject: Re: Connector debug Hi

[OT] connecting a profiler (WAS: Re: Connector debug)

2004-12-07 Thread QM
I've changed the subject, since this your question is effectively a new train of thought. On Tue, Dec 07, 2004 at 11:08:58AM -0800, Sunitha Kumar wrote: : Is there a way we could attach a debugger to an already running instance : of tomcat? : JProfiler requires re-start of tomcat. : thanks,

Re: [OT] connecting a profiler (WAS: Re: Connector debug)

2004-12-07 Thread James Black
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 QM wrote: | I've changed the subject, since this your question is effectively a new | train of thought. | | On Tue, Dec 07, 2004 at 11:08:58AM -0800, Sunitha Kumar wrote: | : Is there a way we could attach a debugger to an already running instance | :