Howdy,
I suppose Adrian could be a woman's name as well, so you're right ;)

<AmendedVersion>
But if you're the server admin, you're king (or queen) ;)
</AmendedVersion>

Yoav Shapira
Millennium ChemInformatics


>-----Original Message-----
>From: Caroline Wood [mailto:[EMAIL PROTECTED]
>Sent: Monday, August 11, 2003 9:13 AM
>To: 'Log4J Users List'
>Subject: RE: Creating log files relative to the web applications root
>directory?
>
>or Queen! lol ;)
>
>-----Original Message-----
>From: Shapira, Yoav [mailto:[EMAIL PROTECTED]
>Sent: 11 August 2003 14:05
>To: Log4J Users List; [EMAIL PROTECTED]
>Subject: RE: Creating log files relative to the web applications root
>directory?
>
>
>
>Howdy,
>What I've seen done to achieve this is have my ant deployment script
>fill the value when copying log4j.xml over.  So in log4j.xml, you'd
have
>
><param name="File" value="@logFilePath@" />
>
>And in your ant script, you set filtering="true" when copying
log4j.xml,
>and replac the logFilePath token with the actual (absolute) path.
>
>As an aside, note that the servlet container is not required to give
you
>write access under your webapp's root.  In fact, many server admins
>dislike this, as they prefer a centralized log location for their
>systems.  But if you're the server admin, you're king ;)
>
>Yoav Shapira
>Millennium ChemInformatics
>
>
>>-----Original Message-----
>>From: Adrian Beech [mailto:[EMAIL PROTECTED]
>>Sent: Monday, August 11, 2003 6:42 AM
>>To: 'Log4J Users List'
>>Subject: Creating log files relative to the web applications root
>>directory?
>>
>>G'day,
>>
>>Is it possible to specify a log filename in the XML log4j properties
>file
>>so
>>that it is relative to the web applications root directory?
>>
>>I have the following in a log4j.xml file located in web-inf/classes
>with
>>the
>>log4j jar in the web-inf/lib directory.  Logging seems to be fine
>except
>>the
>>"rascal.log" file is being created in the Tomcat application directory
>>under
>>C:\Program Files\ and not in the C:\Tomcat 4.1\webapps\... Directory
>tree.
>>I'd prefer to have the log files in something like
>>../webapps/<application>/logs/<logfilename>.  Is this possible?
>>
>>BTW, took a while to find the rascal.log file!!!
>>
>>--[log4j.xml]---------------------------------------------------------
>>?xml version="1.0" encoding="UTF-8" ?>
>><!DOCTYPE log4j:configuration SYSTEM "log4j.dtd">
>>
>><log4j:configuration>
>>
>>    <appender name="rf" class="org.apache.log4j.RollingFileAppender">
>>        <param name="file" value="rascal.log"/>
>>        <param name="maxBackupIndex" value="2"/>
>>        <param name="maxFileSize" value="250KB"/>
>>
>>        <layout class="org.apache.log4j.PatternLayout">
>>            <param name="ConversionPattern" value="%d{dd/MM/yyyy
>HH:mm:ss}
>>%-5p (%t) %l - %m%n"/>
>>        </layout>
>>    </appender>
>>
>>    <root>
>>        <priority value="debug" />
>>        <appender-ref ref="rf"/>
>>    </root>
>>
>></log4j:configuration>
>>--[End Of File]-------------------------------------------------------
>>
>>I'm using Tomcat 4.1.24 on a Win XP and 2k box for development and
>Tomcat
>>4.1.24 on a Unix box as the production platform.
>>
>>AB
>>
>>
>>
>>---------------------------------------------------------------------
>>To unsubscribe, e-mail: [EMAIL PROTECTED]
>>For additional commands, e-mail: [EMAIL PROTECTED]
>
>
>
>
>This e-mail, including any attachments, is a confidential business
>communication, and may contain information that is confidential,
>proprietary
>and/or privileged.  This e-mail is intended only for the individual(s)
to
>whom it is addressed, and may not be saved, copied, printed, disclosed
or
>used by anyone else.  If you are not the(an) intended recipient, please
>immediately delete this e-mail from your computer system and notify the
>sender.  Thank you.
>
>
>---------------------------------------------------------------------
>To unsubscribe, e-mail: [EMAIL PROTECTED]
>For additional commands, e-mail: [EMAIL PROTECTED]
>
>
>_______________________________________________________________________
_
>This email has been scanned for all viruses by the MessageLabs Email
>Security System. For more information on a proactive email security
>service working around the clock, around the globe, visit
>http://www.messagelabs.com
>_______________________________________________________________________
_
>
>This is an email from The CPP Group, Holgate Park, York, YO26 4GA;
>telephone 01904 544500. This message may contain information that is
>confidential. If you are not the intended recipient, you may not
peruse,
>use, disseminate, distribute or copy this message. If you have received
>this message in error, please notify the sender immediately by email,
>facsimile or telephone and either return or destroy the original
message.
>The CPP Group accept no responsibility for any changes made to this
message
>after it has been sent by the original author.
>
>
>_______________________________________________________________________
_
>This email has been scanned for all viruses by the MessageLabs Email
>Security System. For more information on a proactive email security
>service working around the clock, around the globe, visit
>http://www.messagelabs.com
>_______________________________________________________________________
_
>
>---------------------------------------------------------------------
>To unsubscribe, e-mail: [EMAIL PROTECTED]
>For additional commands, e-mail: [EMAIL PROTECTED]




This e-mail, including any attachments, is a confidential business communication, and 
may contain information that is confidential, proprietary and/or privileged.  This 
e-mail is intended only for the individual(s) to whom it is addressed, and may not be 
saved, copied, printed, disclosed or used by anyone else.  If you are not the(an) 
intended recipient, please immediately delete this e-mail from your computer system 
and notify the sender.  Thank you.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to