On Wed, 22 Aug 2001, St�phane De Jonghe wrote:

> Hi everybody,
>
> I would like to know how to configure TomCat 4B7 to see all the debug
> message on console and especially the request/response received and send
> by TomCat.
> It will be usefull for me to understand how HTTP protocol work.
>

If you want to analyze exactly what is being received at the HTTP protocol
level, the simplest way is to look for the <Connector> element and change
debug="0" to debug="99".  It will then log a lot more details about the
input being received to one of the log files in $CATALINA_HOME/logs.

For complete information on HTTP, the place to start is the HTTP/1.1
specification (RFC 2616).  One of many places you can get a copy of this
is from <http://www.rfc-editor.org> -- use one of the menu options there
to look for this document by number.

> Thanks
>
> Stephane
>

Craig


Reply via email to