RE: Where is the log file

2002-06-27 Thread Jerry Jennings
I have logs set in the server context like this: LogSetter name=servlet_log timestamps=true verbosityLevel = INFORMATION path=logs/wgservlet-${MMdd}.log / LogSetter name=JASPER_LOG

RE: Where is the log file

2002-06-24 Thread Shapira, Yoav
Howdy, If you have a Logger element defined in your context, that's where it'll go. And it works up the hierarchy from there, so if you have a Logger in your Host and not in Context, it'll go to the Host. Next up is the Engine log (which would be my guess for your case), which is at