From: David G. <dg...@co...> - 2003-11-18 14:21:59
|
Hi Bill, I haven't examined this part of the code before, but there seems to be a config file (modules/core/config/journal/simple/config.properties) that contains the path to the simple journal files and directories. It currently contains the following: simpleJournalDir=${system.getProperty("babeldoc.home")} simpleJournalLog=${system.getProperty("babeldoc.home")}/journal.log logMaxSize=10000000 It apparently uses the BABELDOC_HOME environment variable as the base. I'm guessing you can easily change it to babeldoc.user to redirect it to BABELDOC_USER. Hope this helps, David On Tuesday 18 November 2003 5:59 am, Bill Harrelson wrote: > Sorry for the re-post, but I haven't seen an answer, and I'm sure > somebody must have done this. I think I'm following the instructions > in the documentation pretty carefully, but... > > I have Babeldoc_User = c:\p > Babeldoc_Home = c:\b > > in c:/p/journal/config.properties, I have: > journal=simple > > in c:/p/journal/simple/config.properties, I have: > simpleJournalDir=journal > SimpleJournalLog=journal/journal.log > logMaxSize=1000000 > > > I would have guessed that this would direct logs and log files to > c:/p/journal. > > Instead, they end up in %Babeldoc_Home% (c:\b) > > I can't find the answer. Can someone tell me what I doing wrong? > > Thanks, > > Bill -- David Glick Transmit Consulting, Inc 619-475-4052 dg...@tr... |