|
From: Leif M. <le...@ta...> - 2004-03-14 15:46:31
|
Barney,
The Wrapper is designed to handle all output sent to the JVM's
stdout and stderr
as INFO level log messages. These should all be logged to the console and
wrapper.log files by default. This can be changed depending on how you have
configured the wrapper.
The ping messages are all DEBUG level messages. If you are seeing
them then you
should be seeing the JVM output as well. Do you see the Wrapper version on
startup? That comes from the stdout of the JVM.
Is it possible that a logging tool inside the JVM is redirecting the
console output
elsewhere?
Cheers,
Leif
bar...@on... wrote:
>Hi,
>
>usually, when I start the applcation, that I have, manually in the
>shell, I got logoutputs to STDOUT.
>
>When I'm using wrapper I only have the wrapper output in the logfile
>(like jvw ping).
>How do I get the application output to my logfile ?
>
>thx in advance,
>Barney
>
>
|