On 28/04/2013 16:53, Rainer Jung wrote:
> On 28.04.2013 16:01, Konstantin Kolinko wrote:
>> 2. Maybe change default logging configuration to use OneLineFormatter.
>> It will give us thread names in the log,
>>
>> Alternatively, there appears to be a way to customize the pattern used
>> by SimpleFormatter
>> http://tomcat.markmail.org/thread/dxvweaxzkgwjymai
>> ("Cannot apply simpleformtatter pattern to catalina.sh" thread from Jan 2013)
> 
> The format customization added in Java 7 for SimpleFormatter is somehow
> limitted:
> 
> http://docs.oracle.com/javase/7/docs/api/java/util/logging/SimpleFormatter.html
> 
> The data from which you can choose is "date, source, logger, level,
> message, thrown", so current thread name doesn't seem to be an option.

Thanks for all the suggestions. I have console access to the box where
the test runs and it appears that the initialisation of the JSP servlet
is causing the request to take longer than the read timeout.

The test fails consistently from the command line with -Dtest.entry=...

I'll commit this change shortly while I continue to investigate why the
scan takes so long.

Mark

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to