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, 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.file=${activemq.base}/activemq-data/activemq.log
Where, if anywhere, is ${activemq.base} set?
Can I just set it to "." to get the current working directory?