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" 
<chandra.tungathur...@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" 
<ralph.go...@dslextreme.com<mailto:ralph.go...@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-unsubscr...@logging.apache.org
    
    > For additional commands, e-mail: log4j-user-h...@logging.apache.org
    
    >
    
    
    
    
    
    

Reply via email to