You are viewing a plain text version of this content. The canonical link for it is here.
Posted to log4j-user@logging.apache.org by Fröstl, Christian <ch...@accenture.com> on 2018/01/24 14:30:52 UTC

Re: [External] Re: How to specify a log4j2.xml config file outside from classpath?

Both solutions doesn't work for me. 
I tested the following in the log4j2.component.properties:

1. log4j.configurationFile=file:///<path>/log4j2.xml
2. log4j.configurationFile=/<path>/log4j2.xml

Do you have any other ideas?

Greetings,
Christian

On 24.01.18, 14:41, "Tungathurthi, Chandra Kiran Bharadwaj" <ch...@rwth-aachen.de> wrote:

    It's log4j.configurationFile use this property to specify external config.
    
    As in,
    
    
    
    `log4j.configurationFile=/path/to/log4j2.xml`
    
    
    
    
    
    
    
    
    
    On Wed, Jan 24, 2018 at 6:47 PM +0530, "Ralph Goers" <ra...@dslextreme.com>> wrote:
    
    
    
    
    
    I’d have to look at the code to be sure, but you might try configuring it as a url - file:///mypath .
    
    
    
    Ralph
    
    
    
    > On Jan 24, 2018, at 5:46 AM, Fröstl, Christian  wrote:
    
    >
    
    > Hello everybody,
    
    >
    
    > We like to use a log4j2.xml file for log4j2 configuration of our hybris application.
    
    > If the file log4j2.xml is part of the classpath and the property "log4j2.config.xml=hybris-log4j2.xml" is part of my local.properties file, it will be loaded automatically and everything is fine.
    
    > But how can we load the file if it is located in a directory outside the classpath?
    
    >
    
    > I tried the following:
    
    > 1.Specify the absolute path in local.properties file
    
    > -> Will just get many context loader and nullpointer exceptions in logfile
    
    >
    
    > 2. Specify the log4j.configurationFile property in log4j2.component.properties
    
    > -> The file will be found by the system, but config will have no effect. Fallback custom log will be used
    
    >
    
    > I found this documentation, that it should be possible to configure the xml file with this properties, but it doesn't work.
    
    > https://urldefense.proofpoint.com/v2/url?u=https-3A__logging.apache.org_log4j_2.0_faq.html&d=DwIGaQ&c=eIGjsITfXP_y-DLLX0uEHXJvU8nOHrUK8IrwNKOtkVU&r=37nF0SnGtdjmcblOpYG7cKwaPDc1GWo5GNDvnDLF8TE&m=sNVaiG5zpbSx80M_ARXerzwh6lxhigOI7BMhyW9w2ZA&s=ueOxTJdIkKbMIV6VTsZe28qJuTPCt_C2h6ijjrydcgM&e= -> How do I specify the configuration file location?
    
    >
    
    > Does anyone have an idea to solve this problem?
    
    >
    
    > Thanks and greetings,
    
    > Christian
    
    >
    
    >
    
    > On 23.01.18, 17:44, "Greg Huber"  wrote:
    
    >
    
    >    Hello,
    
    >
    
    >    In a tomcat environment how do I get Log4jServletContextListener
    
    >    contextDestroyed to be called last.  It is being called before my
    
    >    contextDestroyed and I get no logging on shutdown.
    
    >
    
    >    Cheers Greg
    
    >
    
    >
    
    >
    
    > ________________________________
    
    >
    
    > This message is for the designated recipient only and may contain privileged, proprietary, or otherwise private information. If you have received it in error, please notify the sender immediately and delete the original. Any other use of the email by you is prohibited.
    
    >
    
    > ---------------------------------------------------------------------
    
    > To unsubscribe, e-mail: log4j-user-unsubscribe@logging.apache.org
    
    > For additional commands, e-mail: log4j-user-help@logging.apache.org
    
    >
    
    
    
    
    
    


Re: [External] Re: How to specify a log4j2.xml config file outside from classpath?

Posted by Chandra <ch...@rwth-aachen.de>.
html