- From: Yves Lafon <ylafon@w3.org>
- Date: Thu, 5 Aug 1999 15:39:52 +0200 (MET DST)
- To: rob sanders <rsanders@draper.com>
- cc: www-jigsaw@w3.org
On Wed, 4 Aug 1999, rob sanders wrote:
> Hello Everyone:
>
> I need to modify the directory layout of Jigsaw to integrate it into an
> existing system with preexisting layout requirements. I need to move the
> subdirectories containing files which change frequently into another
> location to conform with the overall system requirements on file
> locations.
>
> I plan to move:
>
> Jigsaw/Jigsaw/cache
> Jigsaw/Jigsaw/logs
>
> Can this be done by simply editing the property files? If I rearrange
> the directories to comply with the required structure, and then modify
> the three property files to reflect the new directory layout, is there
> anything else I need to do?
>
> I plan to modify these settings in http-server.props:
>
> org.w3c.www.protocol.http.cache.directory= %new_cache_directory%
> org.w3c.jigsaw.servlet.servlet-log-file=%new_servlet_log_directory%
>
> I don't see how to change the location of the other log files in the
> property files (errorlog, log, traces).
For the log file, you have to type the full PATH of each file, the next
devel version will have a logdir_path entry to avoid doing this nasty
thing ;)
org.w3c.jigsaw.logger.logname=/my/log/dir/log
org.w3c.jigsaw.logger.errlogname=/my/log/dir/errlog
...
should work,
/\ - Yves Lafon - World Wide Web Consortium -
/\ / \ Architecture Domain - Jigsaw Activity Leader
/ \ \/\
/ \ / \ http://www.w3.org/People/Lafon - ylafon@w3.org
Received on Thursday, 5 August 1999 09:39:56 UTC