On Tue, May 27, 2003 at 02:46:38PM -0400, Shapira, Yoav wrote:
> 
> Howdy,
> 
> >Don't you have an "access" log?  For tomcat or apache, if you use JK
> >Coyote connector?  In case of GET method you can locate the offending
> >request...
> 
> I do have an access log, in the combined pattern.  These access logs are
> very large, however, as I get thousands of requests per hour on average.
> Moreover, the exception in CharConversionException catalina.out does not
> have a timestamp to narrow down my search.  Any suggestions?
> 
> This is a stand-alone tomcat setup.  A Coyote HTTP connector.  No
> apache, no JK, no other connectors.

No timestamping is bad... is increasing the debug level of the connector
an option for you?

My wild guess is that there could be a mismatch between the request
declared (or assumed by tomcat/defined in your code) character set and
the "real" one.  How often does this exception shows up in your logs?

Regards,

Andre.

-- 
Andre E. Bar'yudin
Home page: http://www.cs.huji.ac.il/~baryudin/


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to