|
From: <Han...@ca...> - 2006-09-25 13:34:34
|
On Win XP, when I start my app (using WrapperSimpleApp) with wrapper.exe = -c config.conf System.out shows up in the logfile that is specified in config.conf But if I start my app as an NT service (using wrapper.exe -t = config.conf) then System.out shows up in wrapper.log The logging & NT part of config.conf looks like: wrapper.logfile =3D = ../JavaServiceWrapper/logs/DataServer-YYYYMMDD.log wrapper.logfile.format =3D LPTM wrapper.logfile.maxfiles =3D 7 wrapper.logfile.rollmode =3D DATE wrapper.syslog.loglevel =3D NONE wrapper.ntservice.description =3D The DataServer wrapper.ntservice.displayname =3D DataServer wrapper.ntservice.name =3D DataServer wrapper.ntservice.interactive =3D false wrapper.ntservice.starttype =3D AUTO_START I would like to have System.out to go into the logfile when I run as a = service (to get rolling going) Is there a property that I've missed or what should I do? R. Hans =20 |