|
From: <cyb...@t-...> - 2004-05-15 14:33:07
|
hello all, when running my app as a NT service i can't find the logfile. if i start the application in the console the logfile is written as expected therefor i think my configuration is correct. [...] # Log Level for console output. (See docs for log levels) wrapper.console.loglevel=INFO # Log file to use for wrapper output logging. wrapper.logfile=../NotifyService-Wrapper.log [...] then i delete the logfile and start the app as NT service. the service starts successfully. unfortunately the logfile does not appear in the location where i expect it. i did search the diskdrive for the logfile but was unable to find it. Did i miss some configuration option? OS: Win XP Wrapper version: 3.1.0 JDK: 1.4.2_03 best regards, alphonse |