|
From: Leif M. <le...@ta...> - 2004-01-03 16:22:58
|
Scott,
There are no problems that I am aware of on Win 2K with logging.
Version 3.0.5 simply redirects all stdout and stderr output from the JVM
process into the wrapper.log file. Are you sure that the JVM is not
redirecting
that output to another location? It is possible to redirect System.out
to another
stream.
Try setting the wrapper.debug=true property in the wrapper.conf file
and restart your
application. You should see debug ping output from the JVM and Wrapper
every 5-6
seconds. If you are only seeing the output from the Wrapper then the
JVM output may
be getting redirected. Check any other log files to see if the output
is showing up in
them. If you are unable to get this figured out then post back with
the above wrapper.log
output with debug enabled. I may be able to give you some further clues.
Cheers,
Leif
Scott W. Ruch wrote:
>Wrapper version: win32 3.0.5
>
>I'm running Tomcat 4.1.29 as an NT service on Win 2K
>and Win XP with the following logging configuration.
>On XP, the Tomcat console log is directed to wrapper.log
>as expected, but on Win 2K it is not. On 2K, all I get
>is the initial STATUS & INFO logging from Wrapper.
>
>Any ideas what would be causing this?
>
>Thanks,
>
>Scott
>
>
|