dynamic log file

2002-09-03 Thread Peter Choe
is there a way to tell dynamically where the out put for the log file can go? i want a servlet to read a file parameter which will tell the servlet which file to use to log output. Peter -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL

Re: dynamic log file

2002-09-03 Thread Peter Choe
i was looking for something that can be configured programmatically. something like: logger.setFile(/usr/home/peter/logs/myLog.log); but there is no setFile(), right? Peter Choe At 02:56 PM 9/3/2002, [EMAIL PROTECTED] wrote: Pete: You can use parameter substituion in the configuration file

logger not working with servlet

2002-06-05 Thread Peter Choe
for my servlets, but works for stand alone java applications? Peter Choe -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

RE: logger not working with servlet

2002-06-05 Thread Peter Choe
: Peter Choe [mailto:[EMAIL PROTECTED]] Sent: Wednesday, June 05, 2002 9:31 AM To: [EMAIL PROTECTED] Subject: logger not working with servlet i am trying to log4j to work with a servlet on tomcat4.0 and java1.4 on a solaris intel machine. but when i try to call the servlet to get it to log, i get