You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Dmitry Beransky <dm...@gmail.com> on 2008/01/09 20:17:04 UTC

debugging connectors

Hi,

I can't find any definitive documentation on this.  Does the
<Connector> element in Tomcat 5.5. support the "debug" property (I've
seen examples of this in older Tomcats)?  If so, where will the output
go?


Thanks
Dmitry

---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org
For additional commands, e-mail: users-help@tomcat.apache.org


Re: debugging connectors

Posted by Filip Hanik - Dev Lists <de...@hanik.com>.
no debug property anymore, you can add

org.apache.coyote.http11.level=FINE

in your logging.properties file

Filip

Dmitry Beransky wrote:
> Hi,
>
> I can't find any definitive documentation on this.  Does the
> <Connector> element in Tomcat 5.5. support the "debug" property (I've
> seen examples of this in older Tomcats)?  If so, where will the output
> go?
>
>
> Thanks
> Dmitry
>
> ---------------------------------------------------------------------
> To start a new topic, e-mail: users@tomcat.apache.org
> To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org
> For additional commands, e-mail: users-help@tomcat.apache.org
>
>
>
>   


---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org
For additional commands, e-mail: users-help@tomcat.apache.org