RE: Question to post to the list

2010-06-09 Thread Caldarale, Charles R
> From: Pid [mailto:p...@pidster.com] > Subject: Re: Question to post to the list > > I forgot to add the final statement though. (I plead pre-coffee). > > log4j.appender.R.File=$\{catalina.base\}/logs/tomcat.log It's also not clear what the OP's expectations are;

Re: Question to post to the list

2010-06-09 Thread Rainer Jung
On 09.06.2010 12:33, Pid wrote: On 09/06/2010 11:08, Gregor Schneider wrote: Pid, I believe the problem here is that Fiona tried to use File=$\{logs\}/stdout.log However, this will only work if an environment-variable "logs" is defined - which is IMHO no default configuration. Yep. You see

Re: Question to post to the list

2010-06-09 Thread Pid
On 09/06/2010 11:08, Gregor Schneider wrote: > Pid, > > I believe the problem here is that Fiona tried to use > > File=$\{logs\}/stdout.log > > However, this will only work if an environment-variable "logs" is > defined - which is IMHO no default configuration. Yep. You seemed to have that ang

Re: Question to post to the list

2010-06-09 Thread Gregor Schneider
Pid, I believe the problem here is that Fiona tried to use File=$\{logs\}/stdout.log However, this will only work if an environment-variable "logs" is defined - which is IMHO no default configuration. Cheers Gregor -- just because you're paranoid, don't mean they're not after you... gpgp-fp:

Re: Question to post to the list

2010-06-09 Thread Pid
On 09/06/2010 07:56, Fiona Duncan wrote: > Hi, > > I am hoping that someone may be able to help me. > > I want to write my tomcat logs to a different directory. > I thought i could change > > log4j.appender.R.File=$\{catalina.home\}/logs/tomcat.log to something like > log4j.appender.ROLLINGFILE

Re: Question to post to the list

2010-06-09 Thread Gregor Schneider
is the environment-variable $logs specified? rgds gregor -- just because you're paranoid, don't mean they're not after you... gpgp-fp: 79A84FA526807026795E4209D3B3FE028B3170B2 gpgp-key available @ http://pgpkeys.pca.dfn.de:11371 @ http://pgp.mit.edu:11371/ skype:rc46fi -

Question to post to the list

2010-06-09 Thread Fiona Duncan
Hi, I am hoping that someone may be able to help me. I want to write my tomcat logs to a different directory. I thought i could change log4j.appender.R.File=$\{catalina.home\}/logs/tomcat.log to something like log4j.appender.ROLLINGFILE.File=$\{logs\}/stdout.log in my C:\Program Files\Apache S