Re: Setting log location

2007-07-16 Thread Bruce Snyder
On 7/16/07, Elliotte Harold <[EMAIL PROTECTED]> wrote: On 7/14/07, Bruce Snyder <[EMAIL PROTECTED]> wrote: > > > > For some reason, the startup script must have been failing to > determine the ACTIVEMQ_HOME variable previously. Are you running > ActiveMQ on Windows? > > Yes, but the one that was

Re: Setting log location

2007-07-16 Thread Elliotte Harold
On 7/14/07, Bruce Snyder <[EMAIL PROTECTED]> wrote: For some reason, the startup script must have been failing to determine the ACTIVEMQ_HOME variable previously. Are you running ActiveMQ on Windows? Yes, but the one that was failing was on Unix. On Windows it passed. But in either case I

Re: Setting log location

2007-07-14 Thread Bruce Snyder
On 7/13/07, Kit Plummer <[EMAIL PROTECTED]> wrote: I believe the run script is what sets up the ACTIVEMQ_BASE stuff. You could set it to '.' but then your logs files will pile up differently if you run the script from different places... Kit is correct, it's in the bin/activemq startup script:

Re: Setting log location

2007-07-13 Thread Kit Plummer
I believe the run script is what sets up the ACTIVEMQ_BASE stuff. You could set it to '.' but then your logs files will pile up differently if you run the script from different places... Elliotte Harold wrote: On 7/13/07, scottdawson <[EMAIL PROTECTED]> wrote: See conf/log4j.properties, th

Re: Setting log location

2007-07-13 Thread Elliotte Harold
On 7/13/07, scottdawson <[EMAIL PROTECTED]> wrote: See conf/log4j.properties, the file appender configuration. Mysteriously the problem seems to have fixeed itself this morning with no specific action on my part. Nonetheless looking in my log4j.properties file I see log4j.appender.out.fi

Re: Setting log location

2007-07-13 Thread scottdawson
See conf/log4j.properties, the file appender configuration. Elliotte Harold-3 wrote: > > 1. How do I tell ActiveMQ to put the log in a different location? > -- View this message in context: http://www.nabble.com/Setting-log-location-tf4070776s2354.html#a11585082 Sent from the

Setting log location

2007-07-12 Thread Elliotte Harold
When run on the Unix server a couple of my tests are dying with messages like this one: log4j:ERROR setFile(null,true) call failed. java.io.FileNotFoundException: /activemq-data/activemq.log (No such file or directory) at java.io.FileOutputStream.openAppend(Native Method) These tests pas