|
From: Scott W. R. <sr...@in...> - 2004-01-02 16:17:46
|
Wrapper version: win32 3.0.5 I'm running Tomcat 4.1.29 as an NT service on Win 2K=20 and Win XP with the following logging configuration. =20 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=20 is the initial STATUS & INFO logging from Wrapper. =20 Any ideas what would be causing this? Thanks, Scott #**************************************************************** **** # Wrapper Logging Properties #**************************************************************** **** # Format of output for the console. (See docs for formats) wrapper.console.format=3DPM # Log Level for console output. (See docs for log levels) wrapper.console.loglevel=3DINFO # Log file to use for wrapper output logging. wrapper.logfile=3D%PORTAL_HOME%/var/wrapper.log # Format of output for the log file. (See docs for formats) wrapper.logfile.format=3DLPTM # Log Level for log file output. (See docs for log levels) wrapper.logfile.loglevel=3DINFO |